#51648E

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

Shades of Kashmir Blue #51648E

Tints of Kashmir Blue #51648E

Color information

#51648E (or 0x51648E) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 8E. RGB value is (81,100,142). Sum of RGB (Red+Green+Blue) = 81+100+142=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #51648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51648E is #AE9B71. Grayscale: #626262. Windows color (decimal): -11443058 or 9331793. OLE color: 9331793.

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

Color convert

RGB81100142-
CMYK0.430.3000.44
HSL221.31º27.35%43.73%-
HSV(B)221.31º42.96%55.69%-
XYZ12.8312.8227.39-
YUV99.11152.21115.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=25.08%
G=30.96%
B=43.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811001420.430.3000.44221.3127.3543.73
Hex51648E2B1E02Cdd1b2c
Octal12114421653360543353354
Binary10100011100100100011101010111111001011001101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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