Html Css Color HEX #516688 Kashmir Blue

📋 copy color: '#516688'

red 81 ◦ green 102 ◦ blue 136

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

Shades of Kashmir Blue #516688

Tints of Kashmir Blue #516688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 25.39%
G = 31.97%
B = 42.63%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516688 (or 0x516688) is known color: Kashmir Blue. HEX triplet: 51, 66 and 88. RGB value is (81,102,136). Sum of RGB (Red+Green+Blue) = 81+102+136=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #516688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516688 is #AE9977. Grayscale: #636363. Windows color (decimal): -11442552 or 8939089. OLE color: 8939089.

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

Color convert

RGB 81 102 136 -
CMYK 0.40 0.25 0 0.47
HSL 217.09º 0.25% 0.43% -
HSV(B) 217.09º 0.4% 0.53% -
XYZ 12.59 13.03 25.14 -
YUV 99.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 81 102 136 0.40 0.25 0 0.47 217.09 0.25 0.43
Hex 51 66 88 28 19 0 2F D9 19 2B
Octal 121 146 210 50 31 0 57 331 31 53
Binary 1010001 1100110 10001000 101000 11001 0 101111 11011001 11001 101011

Color Harmonies of #516688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516688

Black with #516688

Text Example


Text Example

White with #516688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516688; }

 p { color: rgb(81,102,136); }

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

background-color css

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

 a { background-color: rgb(81,102,136); }

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

border-color css

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

 span { border-color: rgb(81,102,136); }

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