#537193

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

Shades of Kashmir Blue #537193

Tints of Kashmir Blue #537193

Color information

#537193 (or 0x537193) is unknown color: approx Kashmir Blue. HEX triplet: 53, 71 and 93. RGB value is (83,113,147). Sum of RGB (Red+Green+Blue) = 83+113+147=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #537193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537193 is #AC8E6C. Grayscale: #6B6B6B. Windows color (decimal): -11308653 or 9662803. OLE color: 9662803.

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

Color convert

RGB83113147-
CMYK0.440.2300.42
HSL211.88º27.83%45.1%-
HSV(B)211.88º43.54%57.65%-
XYZ14.7415.7629.87-
YUV107.91150.06110.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=24.20%
G=32.94%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831131470.440.2300.42211.8827.8345.1
Hex5371932C1702Ad41c2d
Octal12316122354270523243455
Binary10100111110001100100111011001011101010101101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537193; }

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

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

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

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

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

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

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

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