Html Css Color HEX #516189 Kashmir Blue

📋 copy color: '#516189'

red 81 ◦ green 97 ◦ blue 137

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

Shades of Kashmir Blue #516189

Tints of Kashmir Blue #516189

RGB

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

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

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

R = 25.71%
G = 30.79%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516189 (or 0x516189) is known color: Kashmir Blue. HEX triplet: 51, 61 and 89. RGB value is (81,97,137). Sum of RGB (Red+Green+Blue) = 81+97+137=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #516189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516189 is #AE9E76. Grayscale: #606060. Windows color (decimal): -11443831 or 9003345. OLE color: 9003345.

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

Color convert

RGB 81 97 137 -
CMYK 0.41 0.29 0 0.46
HSL 222.86º 0.26% 0.43% -
HSV(B) 222.86º 0.41% 0.54% -
XYZ 12.18 12.1 25.36 -
YUV 96.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 81 97 137 0.41 0.29 0 0.46 222.86 0.26 0.43
Hex 51 61 89 29 1D 0 2E DF 1A 2B
Octal 121 141 211 51 35 0 56 337 32 53
Binary 1010001 1100001 10001001 101001 11101 0 101110 11011111 11010 101011

Color Harmonies of #516189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516189

Black with #516189

Text Example


Text Example

White with #516189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516189; }

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

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

background-color css

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

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

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

border-color css

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

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

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