Html Css Color HEX #516184 Kashmir Blue

📋 copy color: '#516184'

red 81 ◦ green 97 ◦ blue 132

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

Shades of Kashmir Blue #516184

Tints of Kashmir Blue #516184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 26.13%
G = 31.29%
B = 42.58%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516184 (or 0x516184) is known color: Kashmir Blue. HEX triplet: 51, 61 and 84. RGB value is (81,97,132). Sum of RGB (Red+Green+Blue) = 81+97+132=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #516184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516184 is #AE9E7B. Grayscale: #606060. Windows color (decimal): -11443836 or 8675665. OLE color: 8675665.

HSL color Cylindrical-coordinate representation of color #516184: hue angle of 221.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516184 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 97 132 -
CMYK 0.39 0.27 0 0.48
HSL 221.18º 0.24% 0.42% -
HSV(B) 221.18º 0.39% 0.52% -
XYZ 11.83 11.96 23.52 -
YUV 96.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 81 97 132 0.39 0.27 0 0.48 221.18 0.24 0.42
Hex 51 61 84 27 1B 0 30 DD 18 2A
Octal 121 141 204 47 33 0 60 335 30 52
Binary 1010001 1100001 10000100 100111 11011 0 110000 11011101 11000 101010

Color Harmonies of #516184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516184

Black with #516184

Text Example


Text Example

White with #516184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516184; }

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

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

background-color css

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

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

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

border-color css

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

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

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