Html Css Color HEX #516389 Kashmir Blue

📋 copy color: '#516389'

red 81 ◦ green 99 ◦ blue 137

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

Shades of Kashmir Blue #516389

Tints of Kashmir Blue #516389

RGB

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

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

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

R = 25.55%
G = 31.23%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516389 (or 0x516389) is known color: Kashmir Blue. HEX triplet: 51, 63 and 89. RGB value is (81,99,137). Sum of RGB (Red+Green+Blue) = 81+99+137=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #516389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516389 is #AE9C76. Grayscale: #616161. Windows color (decimal): -11443319 or 9003857. OLE color: 9003857.

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

Color convert

RGB 81 99 137 -
CMYK 0.41 0.28 0 0.46
HSL 220.71º 0.26% 0.43% -
HSV(B) 220.71º 0.41% 0.54% -
XYZ 12.37 12.48 25.42 -
YUV 97.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 81 99 137 0.41 0.28 0 0.46 220.71 0.26 0.43
Hex 51 63 89 29 1C 0 2E DD 1A 2B
Octal 121 143 211 51 34 0 56 335 32 53
Binary 1010001 1100011 10001001 101001 11100 0 101110 11011101 11010 101011

Color Harmonies of #516389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516389

Black with #516389

Text Example


Text Example

White with #516389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516389; }

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

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

background-color css

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

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

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

border-color css

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

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

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