#51688E

Color #51688E Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #51688E

Tints of Kashmir Blue #51688E

Color information

#51688E (or 0x51688E) is unknown color: approx Kashmir Blue. HEX triplet: 51, 68 and 8E. RGB value is (81,104,142). Sum of RGB (Red+Green+Blue) = 81+104+142=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #51688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51688E is #AE9771. Grayscale: #656565. Windows color (decimal): -11442034 or 9332817. OLE color: 9332817.

HSL color Cylindrical-coordinate representation of color #51688E: hue angle of 217.38º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51688E is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81104142-
CMYK0.430.2700.44
HSL217.38º27.35%43.73%-
HSV(B)217.38º42.96%55.69%-
XYZ13.2313.627.52-
YUV101.46150.88113.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=24.77%
G=31.80%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811041420.430.2700.44217.3827.3543.73
Hex51688E2B1B02Cd91b2c
Octal12115021653330543313354
Binary10100011101000100011101010111101101011001101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51688E; }

 p { color: rgb(81,104,142); }

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

<style>
 a { background-color: #51688E; }

 a { background-color: rgb(81,104,142); }

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

<style>
 span { border-color: #51688E; }

 span { border-color: rgb(81,104,142); }

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