#516888

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

Shades of Kashmir Blue #516888

Tints of Kashmir Blue #516888

Color information

#516888 (or 0x516888) is unknown color: approx Kashmir Blue. HEX triplet: 51, 68 and 88. RGB value is (81,104,136). Sum of RGB (Red+Green+Blue) = 81+104+136=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #516888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516888 is #AE9777. Grayscale: #646464. Windows color (decimal): -11442040 or 8939601. OLE color: 8939601.

HSL color Cylindrical-coordinate representation of color #516888: hue angle of 214.91º 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 #516888 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81104136-
CMYK0.400.2400.47
HSL214.91º25.35%42.55%-
HSV(B)214.91º40.44%53.33%-
XYZ12.7913.4325.21-
YUV100.77147.88113.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=25.23%
G=32.40%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811041360.400.2400.47214.9125.3542.55
Hex516888281802Fd7192b
Octal12115021050300573273153
Binary10100011101000100010001010001100001011111101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516888; }

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

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

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

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

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

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

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

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