#51526C

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

Shades of Corn Flower Blue #51526C

Tints of Corn Flower Blue #51526C

Color information

#51526C (or 0x51526C) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 6C. RGB value is (81,82,108). Sum of RGB (Red+Green+Blue) = 81+82+108=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #51526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51526C is #AEAD93. Grayscale: #545454. Windows color (decimal): -11447700 or 7098961. OLE color: 7098961.

HSL color Cylindrical-coordinate representation of color #51526C: hue angle of 237.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51526C is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8182108-
CMYK0.250.2400.58
HSL237.78º14.29%37.06%-
HSV(B)237.78º25%42.35%-
XYZ9.128.8715.42-
YUV84.66141.17125.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=29.89%
G=30.26%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81821080.250.2400.58237.7814.2937.06
Hex51526C191803Aeee25
Octal12112215431300723561645
Binary10100011010010110110011001110000111010111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51526C; }

 p { color: rgb(81,82,108); }

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

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

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

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

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

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

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