#52506C

Color #52506C Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #52506C

Tints of Corn Flower Blue #52506C

Color information

#52506C (or 0x52506C) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 50 and 6C. RGB value is (82,80,108). Sum of RGB (Red+Green+Blue) = 82+80+108=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #52506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52506C is #ADAF93. Grayscale: #535353. Windows color (decimal): -11382676 or 7098450. OLE color: 7098450.

HSL color Cylindrical-coordinate representation of color #52506C: hue angle of 244.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52506C is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8280108-
CMYK0.240.2600.58
HSL244.29º14.89%36.86%-
HSV(B)244.29º25.93%42.35%-
XYZ9.068.6115.37-
YUV83.79141.66126.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 40%
R=30.37%
G=29.63%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82801080.240.2600.58244.2914.8936.86
Hex52506C181A03Af4f25
Octal12212015430320723641745
Binary10100101010000110110011000110100111010111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52506C; }

 p { color: rgb(82,80,108); }

 H1.HeaderClassName
 {
   color: #52506C;
 }
 .AnyTagClassName
 {
   color: #52506C;
 }
</style>
background-color css

<style>
 a { background-color: #52506C; }

 a { background-color: rgb(82,80,108); }

 div.DivClassName
 {
   background-color: #52506C;
 }
 .BgClassName
 {
   background-color: #52506C;
 }
</style>
border-color css

<style>
 span { border-color: #52506C; }

 span { border-color: rgb(82,80,108); }

 td.TdClassName
 {
   border-color: #52506C;
 }
 .TagClassName
 {
   border-color: #52506C;
 }
</style>