#51658B

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

Shades of Kashmir Blue #51658B

Tints of Kashmir Blue #51658B

Color information

#51658B (or 0x51658B) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 8B. RGB value is (81,101,139). Sum of RGB (Red+Green+Blue) = 81+101+139=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #51658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658B is #AE9A74. Grayscale: #636363. Windows color (decimal): -11442805 or 9135441. OLE color: 9135441.

HSL color Cylindrical-coordinate representation of color #51658B: hue angle of 219.31º 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 #51658B is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81101139-
CMYK0.420.2700.45
HSL219.31º26.36%43.14%-
HSV(B)219.31º41.73%54.51%-
XYZ12.7112.9226.25-
YUV99.35150.37114.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=25.23%
G=31.46%
B=43.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811011390.420.2700.45219.3126.3643.14
Hex51658B2A1B02Ddb1a2b
Octal12114521352330553333253
Binary10100011100101100010111010101101101011011101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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