#537091

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

Shades of Kashmir Blue #537091

Tints of Kashmir Blue #537091

Color information

#537091 (or 0x537091) is unknown color: approx Kashmir Blue. HEX triplet: 53, 70 and 91. RGB value is (83,112,145). Sum of RGB (Red+Green+Blue) = 83+112+145=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #537091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537091 is #AC8F6E. Grayscale: #6A6A6A. Windows color (decimal): -11308911 or 9531475. OLE color: 9531475.

HSL color Cylindrical-coordinate representation of color #537091: hue angle of 211.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537091 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83112145-
CMYK0.430.2300.43
HSL211.94º27.19%44.71%-
HSV(B)211.94º42.76%56.86%-
XYZ14.4715.4729.01-
YUV107.09149.39110.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=24.41%
G=32.94%
B=42.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831121450.430.2300.43211.9427.1944.71
Hex5370912B1702Bd41b2d
Octal12316022153270533243355
Binary10100111110000100100011010111011101010111101010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537091; }

 p { color: rgb(83,112,145); }

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

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

 a { background-color: rgb(83,112,145); }

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

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

 span { border-color: rgb(83,112,145); }

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