#516488

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

Shades of Kashmir Blue #516488

Tints of Kashmir Blue #516488

Color information

#516488 (or 0x516488) is unknown color: approx Kashmir Blue. HEX triplet: 51, 64 and 88. RGB value is (81,100,136). Sum of RGB (Red+Green+Blue) = 81+100+136=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #516488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516488 is #AE9B77. Grayscale: #626262. Windows color (decimal): -11443064 or 8938577. OLE color: 8938577.

HSL color Cylindrical-coordinate representation of color #516488: hue angle of 219.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516488 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81100136-
CMYK0.400.2600.47
HSL219.27º25.35%42.55%-
HSV(B)219.27º40.44%53.33%-
XYZ12.3912.6425.08-
YUV98.42149.21115.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=25.55%
G=31.55%
B=42.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811001360.400.2600.47219.2725.3542.55
Hex516488281A02Fdb192b
Octal12114421050320573333153
Binary10100011100100100010001010001101001011111101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516488; }

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

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

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

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

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

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

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

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