#537593

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

Shades of Kashmir Blue #537593

Tints of Kashmir Blue #537593

Color information

#537593 (or 0x537593) is unknown color: approx Kashmir Blue. HEX triplet: 53, 75 and 93. RGB value is (83,117,147). Sum of RGB (Red+Green+Blue) = 83+117+147=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #537593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537593 is #AC8A6C. Grayscale: #6E6E6E. Windows color (decimal): -11307629 or 9663827. OLE color: 9663827.

HSL color Cylindrical-coordinate representation of color #537593: hue angle of 208.12º 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 #537593 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83117147-
CMYK0.440.2000.42
HSL208.12º27.83%45.1%-
HSV(B)208.12º43.54%57.65%-
XYZ15.216.6730.02-
YUV110.25148.74108.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=23.92%
G=33.72%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831171470.440.2000.42208.1227.8345.1
Hex5375932C1402Ad01c2d
Octal12316522354240523203455
Binary10100111110101100100111011001010001010101101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537593; }

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

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

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

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

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

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

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

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