#537491

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

Shades of Kashmir Blue #537491

Tints of Kashmir Blue #537491

Color information

#537491 (or 0x537491) is unknown color: approx Kashmir Blue. HEX triplet: 53, 74 and 91. RGB value is (83,116,145). Sum of RGB (Red+Green+Blue) = 83+116+145=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #537491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537491 is #AC8B6E. Grayscale: #6D6D6D. Windows color (decimal): -11307887 or 9532499. OLE color: 9532499.

HSL color Cylindrical-coordinate representation of color #537491: hue angle of 208.06º 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 #537491 is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83116145-
CMYK0.430.200.43
HSL208.06º27.19%44.71%-
HSV(B)208.06º42.76%56.86%-
XYZ14.9216.3729.16-
YUV109.44148.07109.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=24.13%
G=33.72%
B=42.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831161450.430.200.43208.0627.1944.71
Hex5374912B1402Bd01b2d
Octal12316422153240533203355
Binary10100111110100100100011010111010001010111101000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537491; }

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

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

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

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

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

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

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

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