#51658E

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

Shades of Kashmir Blue #51658E

Tints of Kashmir Blue #51658E

Color information

#51658E (or 0x51658E) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 8E. RGB value is (81,101,142). Sum of RGB (Red+Green+Blue) = 81+101+142=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #51658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658E is #AE9A71. Grayscale: #636363. Windows color (decimal): -11442802 or 9332049. OLE color: 9332049.

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

Color convert

RGB81101142-
CMYK0.430.2900.44
HSL220.33º27.35%43.73%-
HSV(B)220.33º42.96%55.69%-
XYZ12.9313.0127.42-
YUV99.69151.87114.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=25%
G=31.17%
B=43.83%

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
Decimal811011420.430.2900.44220.3327.3543.73
Hex51658E2B1D02Cdc1b2c
Octal12114521653350543343354
Binary10100011100101100011101010111110101011001101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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