Html Css Color HEX #516787 Kashmir Blue

📋 copy color: '#516787'

red 81 ◦ green 103 ◦ blue 135

#516787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #516787

Tints of Kashmir Blue #516787

RGB

 RED value IS 81 (32.03% from 255) = 25.39%

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 25.39%
G = 32.29%
B = 42.32%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516787 (or 0x516787) is known color: Kashmir Blue. HEX triplet: 51, 67 and 87. RGB value is (81,103,135). Sum of RGB (Red+Green+Blue) = 81+103+135=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #516787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516787 is #AE9878. Grayscale: #636363. Windows color (decimal): -11442297 or 8873809. OLE color: 8873809.

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

Color convert

RGB 81 103 135 -
CMYK 0.40 0.24 0 0.47
HSL 215.56º 0.25% 0.42% -
HSV(B) 215.56º 0.4% 0.53% -
XYZ 12.62 13.2 24.8 -
YUV 100.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 81 103 135 0.40 0.24 0 0.47 215.56 0.25 0.42
Hex 51 67 87 28 18 0 2F D8 19 2A
Octal 121 147 207 50 30 0 57 330 31 52
Binary 1010001 1100111 10000111 101000 11000 0 101111 11011000 11001 101010

Color Harmonies of #516787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516787

Black with #516787

Text Example


Text Example

White with #516787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516787; }

 p { color: rgb(81,103,135); }

 H1.HeaderClassName
 {
   color: #516787;
 }
 .AnyTagClassName
 {
   color: #516787;
 }
</style>

background-color css

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

 a { background-color: rgb(81,103,135); }

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

border-color css

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

 span { border-color: rgb(81,103,135); }

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