Html Css Color HEX #516384 Kashmir Blue

📋 copy color: '#516384'

red 81 ◦ green 99 ◦ blue 132

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

Shades of Kashmir Blue #516384

Tints of Kashmir Blue #516384

RGB

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

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

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

R = 25.96%
G = 31.73%
B = 42.31%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516384 (or 0x516384) is known color: Kashmir Blue. HEX triplet: 51, 63 and 84. RGB value is (81,99,132). Sum of RGB (Red+Green+Blue) = 81+99+132=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #516384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516384 is #AE9C7B. Grayscale: #616161. Windows color (decimal): -11443324 or 8676177. OLE color: 8676177.

HSL color Cylindrical-coordinate representation of color #516384: hue angle of 218.82º 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 #516384 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 99 132 -
CMYK 0.39 0.25 0 0.48
HSL 218.82º 0.24% 0.42% -
HSV(B) 218.82º 0.39% 0.52% -
XYZ 12.02 12.34 23.58 -
YUV 97.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 81 99 132 0.39 0.25 0 0.48 218.82 0.24 0.42
Hex 51 63 84 27 19 0 30 DB 18 2A
Octal 121 143 204 47 31 0 60 333 30 52
Binary 1010001 1100011 10000100 100111 11001 0 110000 11011011 11000 101010

Color Harmonies of #516384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516384

Black with #516384

Text Example


Text Example

White with #516384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516384; }

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

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

background-color css

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

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

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

border-color css

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

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

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