Html Css Color HEX #516789 Kashmir Blue

📋 copy color: '#516789'

red 81 ◦ green 103 ◦ blue 137

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

Shades of Kashmir Blue #516789

Tints of Kashmir Blue #516789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 25.23%
G = 32.09%
B = 42.68%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516789 (or 0x516789) is known color: Kashmir Blue. HEX triplet: 51, 67 and 89. RGB value is (81,103,137). Sum of RGB (Red+Green+Blue) = 81+103+137=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #516789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516789 is #AE9876. Grayscale: #646464. Windows color (decimal): -11442295 or 9004881. OLE color: 9004881.

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

Color convert

RGB 81 103 137 -
CMYK 0.41 0.25 0 0.46
HSL 216.43º 0.26% 0.43% -
HSV(B) 216.43º 0.41% 0.54% -
XYZ 12.76 13.26 25.55 -
YUV 100.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 81 103 137 0.41 0.25 0 0.46 216.43 0.26 0.43
Hex 51 67 89 29 19 0 2E D8 1A 2B
Octal 121 147 211 51 31 0 56 330 32 53
Binary 1010001 1100111 10001001 101001 11001 0 101110 11011000 11010 101011

Color Harmonies of #516789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516789

Black with #516789

Text Example


Text Example

White with #516789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516789; }

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

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

background-color css

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

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

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

border-color css

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

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

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