#525276

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

Shades of Corn Flower Blue #525276

Tints of Corn Flower Blue #525276

Color information

#525276 (or 0x525276) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 76. RGB value is (82,82,118). Sum of RGB (Red+Green+Blue) = 82+82+118=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #525276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525276 is #ADAD89. Grayscale: #555555. Windows color (decimal): -11382154 or 7754322. OLE color: 7754322.

HSL color Cylindrical-coordinate representation of color #525276: hue angle of 240º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525276 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8282118-
CMYK0.310.3100.54
HSL240º18%39.22%-
HSV(B)240º30.51%46.27%-
XYZ9.779.1418.39-
YUV86.1146125.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=29.08%
G=29.08%
B=41.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82821180.310.3100.542401839.22
Hex5252761F1F036f01227
Octal12212216637370663602247
Binary101001010100101110110111111111101101101111000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525276; }

 p { color: rgb(82,82,118); }

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

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

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

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

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

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

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