#517192

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

Shades of Kashmir Blue #517192

Tints of Kashmir Blue #517192

Color information

#517192 (or 0x517192) is unknown color: approx Kashmir Blue. HEX triplet: 51, 71 and 92. RGB value is (81,113,146). Sum of RGB (Red+Green+Blue) = 81+113+146=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #517192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517192 is #AE8E6D. Grayscale: #6B6B6B. Windows color (decimal): -11439726 or 9597265. OLE color: 9597265.

HSL color Cylindrical-coordinate representation of color #517192: hue angle of 210.46º 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 #517192 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81113146-
CMYK0.450.2300.43
HSL210.46º28.63%44.51%-
HSV(B)210.46º44.52%57.25%-
XYZ14.4915.6329.45-
YUV107.19149.9109.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=23.82%
G=33.24%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811131460.450.2300.43210.4628.6344.51
Hex5171922D1702Bd21d2d
Octal12116122255270533223555
Binary10100011110001100100101011011011101010111101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517192; }

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

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

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

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

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

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

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

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