Html Css Color HEX #516387 Kashmir Blue

📋 copy color: '#516387'

red 81 ◦ green 99 ◦ blue 135

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

Shades of Kashmir Blue #516387

Tints of Kashmir Blue #516387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 25.71%
G = 31.43%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516387 (or 0x516387) is known color: Kashmir Blue. HEX triplet: 51, 63 and 87. RGB value is (81,99,135). Sum of RGB (Red+Green+Blue) = 81+99+135=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #516387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516387 is #AE9C78. Grayscale: #616161. Windows color (decimal): -11443321 or 8872785. OLE color: 8872785.

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

Color convert

RGB 81 99 135 -
CMYK 0.40 0.27 0 0.47
HSL 220º 0.25% 0.42% -
HSV(B) 220º 0.4% 0.53% -
XYZ 12.23 12.42 24.67 -
YUV 97.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 81 99 135 0.40 0.27 0 0.47 220 0.25 0.42
Hex 51 63 87 28 1B 0 2F DC 19 2A
Octal 121 143 207 50 33 0 57 334 31 52
Binary 1010001 1100011 10000111 101000 11011 0 101111 11011100 11001 101010

Color Harmonies of #516387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516387

Black with #516387

Text Example


Text Example

White with #516387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516387; }

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

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

background-color css

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

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

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

border-color css

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

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

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