#51526B

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

Shades of Corn Flower Blue #51526B

Tints of Corn Flower Blue #51526B

Color information

#51526B (or 0x51526B) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 6B. RGB value is (81,82,107). Sum of RGB (Red+Green+Blue) = 81+82+107=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #51526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51526B is #AEAD94. Grayscale: #545454. Windows color (decimal): -11447701 or 7033425. OLE color: 7033425.

HSL color Cylindrical-coordinate representation of color #51526B: hue angle of 237.69º degrees, saturation: 0.14, 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 #51526B is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8182107-
CMYK0.240.2300.58
HSL237.69º13.83%36.86%-
HSV(B)237.69º24.3%41.96%-
XYZ9.068.8515.14-
YUV84.55140.67125.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=30%
G=30.37%
B=39.63%

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
Decimal81821070.240.2300.58237.6913.8336.86
Hex51526B181703Aeee25
Octal12112215330270723561645
Binary10100011010010110101111000101110111010111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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