Html Css Color HEX #517090 Kashmir Blue

📋 copy color: '#517090'

red 81 ◦ green 112 ◦ blue 144

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

Shades of Kashmir Blue #517090

Tints of Kashmir Blue #517090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 24.04%
G = 33.23%
B = 42.73%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#517090 (or 0x517090) is known color: Kashmir Blue. HEX triplet: 51, 70 and 90. RGB value is (81,112,144). Sum of RGB (Red+Green+Blue) = 81+112+144=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #517090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517090 is #AE8F6F. Grayscale: #6A6A6A. Windows color (decimal): -11439984 or 9465937. OLE color: 9465937.

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

Color convert

RGB 81 112 144 -
CMYK 0.44 0.22 0 0.44
HSL 210.48º 0.28% 0.44% -
HSV(B) 210.48º 0.44% 0.56% -
XYZ 14.22 15.35 28.6 -
YUV 106.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 81 112 144 0.44 0.22 0 0.44 210.48 0.28 0.44
Hex 51 70 90 2C 16 0 2C D2 1C 2C
Octal 121 160 220 54 26 0 54 322 34 54
Binary 1010001 1110000 10010000 101100 10110 0 101100 11010010 11100 101100

Color Harmonies of #517090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517090

Black with #517090

Text Example


Text Example

White with #517090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517090; }

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

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

background-color css

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

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

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

border-color css

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

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

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