Html Css Color HEX #516689 Kashmir Blue

📋 copy color: '#516689'

red 81 ◦ green 102 ◦ blue 137

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

Shades of Kashmir Blue #516689

Tints of Kashmir Blue #516689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 25.31%
G = 31.88%
B = 42.81%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516689 (or 0x516689) is known color: Kashmir Blue. HEX triplet: 51, 66 and 89. RGB value is (81,102,137). Sum of RGB (Red+Green+Blue) = 81+102+137=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #516689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516689 is #AE9976. Grayscale: #636363. Windows color (decimal): -11442551 or 9004625. OLE color: 9004625.

HSL color Cylindrical-coordinate representation of color #516689: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516689 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 102 137 -
CMYK 0.41 0.26 0 0.46
HSL 217.5º 0.26% 0.43% -
HSV(B) 217.5º 0.41% 0.54% -
XYZ 12.66 13.06 25.52 -
YUV 99.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 81 102 137 0.41 0.26 0 0.46 217.5 0.26 0.43
Hex 51 66 89 29 1A 0 2E DA 1A 2B
Octal 121 146 211 51 32 0 56 332 32 53
Binary 1010001 1100110 10001001 101001 11010 0 101110 11011010 11010 101011

Color Harmonies of #516689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516689

Black with #516689

Text Example


Text Example

White with #516689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516689; }

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

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

background-color css

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

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

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

border-color css

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

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

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