Html Css Color HEX #516089 Kashmir Blue

📋 copy color: '#516089'

red 81 ◦ green 96 ◦ blue 137

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

Shades of Kashmir Blue #516089

Tints of Kashmir Blue #516089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 25.8%
G = 30.57%
B = 43.63%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516089 (or 0x516089) is known color: Kashmir Blue. HEX triplet: 51, 60 and 89. RGB value is (81,96,137). Sum of RGB (Red+Green+Blue) = 81+96+137=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #516089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516089 is #AE9F76. Grayscale: #606060. Windows color (decimal): -11444087 or 9003089. OLE color: 9003089.

HSL color Cylindrical-coordinate representation of color #516089: hue angle of 223.93º 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 #516089 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 96 137 -
CMYK 0.41 0.30 0 0.46
HSL 223.93º 0.26% 0.43% -
HSV(B) 223.93º 0.41% 0.54% -
XYZ 12.09 11.92 25.33 -
YUV 96.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 81 96 137 0.41 0.30 0 0.46 223.93 0.26 0.43
Hex 51 60 89 29 1E 0 2E E0 1A 2B
Octal 121 140 211 51 36 0 56 340 32 53
Binary 1010001 1100000 10001001 101001 11110 0 101110 11100000 11010 101011

Color Harmonies of #516089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516089

Black with #516089

Text Example


Text Example

White with #516089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516089; }

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

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

background-color css

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

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

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

border-color css

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

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

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