Html Css Color HEX #517091 Kashmir Blue

📋 copy color: '#517091'

red 81 ◦ green 112 ◦ blue 145

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

Shades of Kashmir Blue #517091

Tints of Kashmir Blue #517091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 23.96%
G = 33.14%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517091 (or 0x517091) is known color: Kashmir Blue. HEX triplet: 51, 70 and 91. RGB value is (81,112,145). Sum of RGB (Red+Green+Blue) = 81+112+145=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #517091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517091 is #AE8F6E. Grayscale: #6A6A6A. Windows color (decimal): -11439983 or 9531473. OLE color: 9531473.

HSL color Cylindrical-coordinate representation of color #517091: hue angle of 210.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517091 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 112 145 -
CMYK 0.44 0.23 0 0.43
HSL 210.94º 0.28% 0.44% -
HSV(B) 210.94º 0.44% 0.57% -
XYZ 14.3 15.38 29 -
YUV 106.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 81 112 145 0.44 0.23 0 0.43 210.94 0.28 0.44
Hex 51 70 91 2C 17 0 2B D3 1C 2C
Octal 121 160 221 54 27 0 53 323 34 54
Binary 1010001 1110000 10010001 101100 10111 0 101011 11010011 11100 101100

Color Harmonies of #517091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517091

Black with #517091

Text Example


Text Example

White with #517091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517091; }

 p { color: rgb(81,112,145); }

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

background-color css

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

 a { background-color: rgb(81,112,145); }

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

border-color css

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

 span { border-color: rgb(81,112,145); }

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