Html Css Color HEX #516187 Kashmir Blue

📋 copy color: '#516187'

red 81 ◦ green 97 ◦ blue 135

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

Shades of Kashmir Blue #516187

Tints of Kashmir Blue #516187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 25.88%
G = 30.99%
B = 43.13%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516187 (or 0x516187) is known color: Kashmir Blue. HEX triplet: 51, 61 and 87. RGB value is (81,97,135). Sum of RGB (Red+Green+Blue) = 81+97+135=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #516187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516187 is #AE9E78. Grayscale: #606060. Windows color (decimal): -11443833 or 8872273. OLE color: 8872273.

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

Color convert

RGB 81 97 135 -
CMYK 0.40 0.28 0 0.47
HSL 222.22º 0.25% 0.42% -
HSV(B) 222.22º 0.4% 0.53% -
XYZ 12.04 12.05 24.61 -
YUV 96.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 81 97 135 0.40 0.28 0 0.47 222.22 0.25 0.42
Hex 51 61 87 28 1C 0 2F DE 19 2A
Octal 121 141 207 50 34 0 57 336 31 52
Binary 1010001 1100001 10000111 101000 11100 0 101111 11011110 11001 101010

Color Harmonies of #516187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516187

Black with #516187

Text Example


Text Example

White with #516187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516187; }

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

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

background-color css

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

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

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

border-color css

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

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

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