Html Css Color HEX #517092 Kashmir Blue

📋 copy color: '#517092'

red 81 ◦ green 112 ◦ blue 146

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

Shades of Kashmir Blue #517092

Tints of Kashmir Blue #517092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 23.89%
G = 33.04%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517092 (or 0x517092) is known color: Kashmir Blue. HEX triplet: 51, 70 and 92. RGB value is (81,112,146). Sum of RGB (Red+Green+Blue) = 81+112+146=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #517092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517092 is #AE8F6D. Grayscale: #6A6A6A. Windows color (decimal): -11439982 or 9597009. OLE color: 9597009.

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

Color convert

RGB 81 112 146 -
CMYK 0.45 0.23 0 0.43
HSL 211.38º 0.29% 0.45% -
HSV(B) 211.38º 0.45% 0.57% -
XYZ 14.38 15.41 29.41 -
YUV 106.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 81 112 146 0.45 0.23 0 0.43 211.38 0.29 0.45
Hex 51 70 92 2D 17 0 2B D3 1D 2D
Octal 121 160 222 55 27 0 53 323 35 55
Binary 1010001 1110000 10010010 101101 10111 0 101011 11010011 11101 101101

Color Harmonies of #517092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517092

Black with #517092

Text Example


Text Example

White with #517092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517092; }

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

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

background-color css

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

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

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

border-color css

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

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

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