#537390

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

Shades of Kashmir Blue #537390

Tints of Kashmir Blue #537390

Color information

#537390 (or 0x537390) is unknown color: approx Kashmir Blue. HEX triplet: 53, 73 and 90. RGB value is (83,115,144). Sum of RGB (Red+Green+Blue) = 83+115+144=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #537390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537390 is #AC8C6F. Grayscale: #6C6C6C. Windows color (decimal): -11308144 or 9466707. OLE color: 9466707.

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

Color convert

RGB83115144-
CMYK0.420.2000.44
HSL208.52º26.87%44.51%-
HSV(B)208.52º42.36%56.47%-
XYZ14.7316.1128.72-
YUV108.74147.9109.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=24.27%
G=33.63%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831151440.420.2000.44208.5226.8744.51
Hex5373902A1402Cd11b2d
Octal12316322052240543213355
Binary10100111110011100100001010101010001011001101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537390; }

 p { color: rgb(83,115,144); }

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

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

 a { background-color: rgb(83,115,144); }

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

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

 span { border-color: rgb(83,115,144); }

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