#51698B

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

Shades of Kashmir Blue #51698B

Tints of Kashmir Blue #51698B

Color information

#51698B (or 0x51698B) is unknown color: approx Kashmir Blue. HEX triplet: 51, 69 and 8B. RGB value is (81,105,139). Sum of RGB (Red+Green+Blue) = 81+105+139=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #51698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698B is #AE9674. Grayscale: #656565. Windows color (decimal): -11441781 or 9136465. OLE color: 9136465.

HSL color Cylindrical-coordinate representation of color #51698B: hue angle of 215.17º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51698B is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81105139-
CMYK0.420.2400.45
HSL215.17º26.36%43.14%-
HSV(B)215.17º41.73%54.51%-
XYZ13.1113.7226.38-
YUV101.7149.05113.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=24.92%
G=32.31%
B=42.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811051390.420.2400.45215.1726.3643.14
Hex51698B2A1802Dd71a2b
Octal12115121352300553273253
Binary10100011101001100010111010101100001011011101011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,105,139); }

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

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

 a { background-color: rgb(81,105,139); }

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

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

 span { border-color: rgb(81,105,139); }

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