#51648A

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

Shades of Kashmir Blue #51648A

Tints of Kashmir Blue #51648A

Color information

#51648A (or 0x51648A) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 8A. RGB value is (81,100,138). Sum of RGB (Red+Green+Blue) = 81+100+138=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #51648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51648A is #AE9B75. Grayscale: #626262. Windows color (decimal): -11443062 or 9069649. OLE color: 9069649.

HSL color Cylindrical-coordinate representation of color #51648A: hue angle of 220º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51648A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81100138-
CMYK0.410.2800.46
HSL220º26.03%42.94%-
HSV(B)220º41.3%54.12%-
XYZ12.5412.725.84-
YUV98.65150.21115.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=25.39%
G=31.35%
B=43.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811001380.410.2800.4622026.0342.94
Hex51648A291C02Edc1a2b
Octal12114421251340563343253
Binary10100011100100100010101010011110001011101101110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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