#52526A

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

Shades of Corn Flower Blue #52526A

Tints of Corn Flower Blue #52526A

Color information

#52526A (or 0x52526A) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 6A. RGB value is (82,82,106). Sum of RGB (Red+Green+Blue) = 82+82+106=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #52526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52526A is #ADAD95. Grayscale: #545454. Windows color (decimal): -11382166 or 6967890. OLE color: 6967890.

HSL color Cylindrical-coordinate representation of color #52526A: hue angle of 240º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52526A is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8282106-
CMYK0.230.2300.58
HSL240º12.77%36.86%-
HSV(B)240º22.64%41.57%-
XYZ9.18.8714.87-
YUV84.74140126.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=30.37%
G=30.37%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82821060.230.2300.5824012.7736.86
Hex52526A171703Af0d25
Octal12212215227270723601545
Binary10100101010010110101010111101110111010111100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52526A; }

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

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

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

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

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

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

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

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