#52526B

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

Shades of Corn Flower Blue #52526B

Tints of Corn Flower Blue #52526B

Color information

#52526B (or 0x52526B) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 52 and 6B. RGB value is (82,82,107). Sum of RGB (Red+Green+Blue) = 82+82+107=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #52526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52526B is #ADAD94. Grayscale: #545454. Windows color (decimal): -11382165 or 7033426. OLE color: 7033426.

HSL color Cylindrical-coordinate representation of color #52526B: 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 #52526B is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8282107-
CMYK0.230.2300.58
HSL240º13.23%37.06%-
HSV(B)240º23.36%41.96%-
XYZ9.158.8915.14-
YUV84.85140.5125.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=30.26%
G=30.26%
B=39.48%

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
Decimal82821070.230.2300.5824013.2337.06
Hex52526B171703Af0d25
Octal12212215327270723601545
Binary10100101010010110101110111101110111010111100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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