#52506F

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

Shades of Corn Flower Blue #52506F

Tints of Corn Flower Blue #52506F

Color information

#52506F (or 0x52506F) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 50 and 6F. RGB value is (82,80,111). Sum of RGB (Red+Green+Blue) = 82+80+111=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #52506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52506F is #ADAF90. Grayscale: #545454. Windows color (decimal): -11382673 or 7295058. OLE color: 7295058.

HSL color Cylindrical-coordinate representation of color #52506F: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52506F is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8280111-
CMYK0.260.2800.56
HSL243.87º16.23%37.45%-
HSV(B)243.87º27.93%43.53%-
XYZ9.228.6816.23-
YUV84.13143.16126.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=30.04%
G=29.30%
B=40.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82801110.260.2800.56243.8716.2337.45
Hex52506F1A1C038f41025
Octal12212015732340703642045
Binary101001010100001101111110101110001110001111010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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