#51526A

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

Shades of Corn Flower Blue #51526A

Tints of Corn Flower Blue #51526A

Color information

#51526A (or 0x51526A) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 6A. RGB value is (81,82,106). Sum of RGB (Red+Green+Blue) = 81+82+106=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #51526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51526A is #AEAD95. Grayscale: #545454. Windows color (decimal): -11447702 or 6967889. OLE color: 6967889.

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

Color convert

RGB8182106-
CMYK0.240.2300.58
HSL237.6º13.37%36.67%-
HSV(B)237.6º23.58%41.57%-
XYZ9.018.8214.86-
YUV84.44140.17125.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=30.11%
G=30.48%
B=39.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81821060.240.2300.58237.613.3736.67
Hex51526A181703Aeed25
Octal12112215230270723561545
Binary10100011010010110101011000101110111010111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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