#51658F

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

Shades of Kashmir Blue #51658F

Tints of Kashmir Blue #51658F

Color information

#51658F (or 0x51658F) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 8F. RGB value is (81,101,143). Sum of RGB (Red+Green+Blue) = 81+101+143=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #51658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658F is #AE9A70. Grayscale: #636363. Windows color (decimal): -11442801 or 9397585. OLE color: 9397585.

HSL color Cylindrical-coordinate representation of color #51658F: hue angle of 220.65º degrees, saturation: 0.28, 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 #51658F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81101143-
CMYK0.430.2900.44
HSL220.65º27.68%43.92%-
HSV(B)220.65º43.36%56.08%-
XYZ1313.0427.82-
YUV99.81152.37114.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 143 (56.25% from 255) = 44%
R=24.92%
G=31.08%
B=44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811011430.430.2900.44220.6527.6843.92
Hex51658F2B1D02Cdd1c2c
Octal12114521753350543353454
Binary10100011100101100011111010111110101011001101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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