#517193

Color #517193 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #517193

Tints of Kashmir Blue #517193

Color information

#517193 (or 0x517193) is unknown color: approx Kashmir Blue. HEX triplet: 51, 71 and 93. RGB value is (81,113,147). Sum of RGB (Red+Green+Blue) = 81+113+147=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #517193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517193 is #AE8E6C. Grayscale: #6B6B6B. Windows color (decimal): -11439725 or 9662801. OLE color: 9662801.

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

Color convert

RGB81113147-
CMYK0.450.2300.42
HSL210.91º28.95%44.71%-
HSV(B)210.91º44.9%57.65%-
XYZ14.5615.6729.86-
YUV107.31150.4109.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=23.75%
G=33.14%
B=43.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811131470.450.2300.42210.9128.9544.71
Hex5171932D1702Ad31d2d
Octal12116122355270523233555
Binary10100011110001100100111011011011101010101101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517193; }

 p { color: rgb(81,113,147); }

 H1.HeaderClassName
 {
   color: #517193;
 }
 .AnyTagClassName
 {
   color: #517193;
 }
</style>
background-color css

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

 a { background-color: rgb(81,113,147); }

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

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

 span { border-color: rgb(81,113,147); }

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