#537493

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

Shades of Kashmir Blue #537493

Tints of Kashmir Blue #537493

Color information

#537493 (or 0x537493) is unknown color: approx Kashmir Blue. HEX triplet: 53, 74 and 93. RGB value is (83,116,147). Sum of RGB (Red+Green+Blue) = 83+116+147=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #537493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537493 is #AC8B6C. Grayscale: #6D6D6D. Windows color (decimal): -11307885 or 9663571. OLE color: 9663571.

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

Color convert

RGB83116147-
CMYK0.440.2100.42
HSL209.06º27.83%45.1%-
HSV(B)209.06º43.54%57.65%-
XYZ15.0816.4429.98-
YUV109.67149.07108.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=23.99%
G=33.53%
B=42.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831161470.440.2100.42209.0627.8345.1
Hex5374932C1502Ad11c2d
Octal12316422354250523213455
Binary10100111110100100100111011001010101010101101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537493; }

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

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

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

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

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

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

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

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