#537196

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

Shades of Kashmir Blue #537196

Tints of Kashmir Blue #537196

Color information

#537196 (or 0x537196) is unknown color: approx Kashmir Blue. HEX triplet: 53, 71 and 96. RGB value is (83,113,150). Sum of RGB (Red+Green+Blue) = 83+113+150=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #537196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537196 is #AC8E69. Grayscale: #6C6C6C. Windows color (decimal): -11308650 or 9859411. OLE color: 9859411.

HSL color Cylindrical-coordinate representation of color #537196: hue angle of 213.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537196 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83113150-
CMYK0.450.2500.41
HSL213.13º28.76%45.69%-
HSV(B)213.13º44.67%58.82%-
XYZ14.9815.8531.12-
YUV108.25151.56109.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=23.99%
G=32.66%
B=43.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831131500.450.2500.41213.1328.7645.69
Hex5371962D19029d51d2e
Octal12316122655310513253556
Binary10100111110001100101101011011100101010011101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537196; }

 p { color: rgb(83,113,150); }

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

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

 a { background-color: rgb(83,113,150); }

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

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

 span { border-color: rgb(83,113,150); }

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