#525269

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

Shades of Corn Flower Blue #525269

Tints of Corn Flower Blue #525269

Color information

#525269 (or 0x525269) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 69. RGB value is (82,82,105). Sum of RGB (Red+Green+Blue) = 82+82+105=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #525269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525269 is #ADAD96. Grayscale: #545454. Windows color (decimal): -11382167 or 6902354. OLE color: 6902354.

HSL color Cylindrical-coordinate representation of color #525269: hue angle of 240º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525269 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8282105-
CMYK0.220.2200.59
HSL240º12.3%36.67%-
HSV(B)240º21.9%41.18%-
XYZ9.058.8514.6-
YUV84.62139.5126.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=30.48%
G=30.48%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82821050.220.2200.5924012.336.67
Hex525269161603Bf0c25
Octal12212215126260733601445
Binary10100101010010110100110110101100111011111100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525269; }

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

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

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

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

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

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

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

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