#525072

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

Shades of Corn Flower Blue #525072

Tints of Corn Flower Blue #525072

Color information

#525072 (or 0x525072) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 50 and 72. RGB value is (82,80,114). Sum of RGB (Red+Green+Blue) = 82+80+114=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #525072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525072 is #ADAF8D. Grayscale: #545454. Windows color (decimal): -11382670 or 7491666. OLE color: 7491666.

HSL color Cylindrical-coordinate representation of color #525072: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525072 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8280114-
CMYK0.280.3000.55
HSL243.53º17.53%38.04%-
HSV(B)243.53º29.82%44.71%-
XYZ9.398.7517.11-
YUV84.47144.66126.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=29.71%
G=28.99%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82801140.280.3000.55243.5317.5338.04
Hex5250721C1E037f41226
Octal12212016234360673642246
Binary101001010100001110010111001111001101111111010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525072; }

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

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

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

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

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

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

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

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