#537496

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

Shades of Kashmir Blue #537496

Tints of Kashmir Blue #537496

Color information

#537496 (or 0x537496) is unknown color: approx Kashmir Blue. HEX triplet: 53, 74 and 96. RGB value is (83,116,150). Sum of RGB (Red+Green+Blue) = 83+116+150=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #537496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537496 is #AC8B69. Grayscale: #6D6D6D. Windows color (decimal): -11307882 or 9860179. OLE color: 9860179.

HSL color Cylindrical-coordinate representation of color #537496: hue angle of 210.45º 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 #537496 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83116150-
CMYK0.450.2300.41
HSL210.45º28.76%45.69%-
HSV(B)210.45º44.67%58.82%-
XYZ15.3216.5331.24-
YUV110.01150.57108.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=23.78%
G=33.24%
B=42.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831161500.450.2300.41210.4528.7645.69
Hex5374962D17029d21d2e
Octal12316422655270513223556
Binary10100111110100100101101011011011101010011101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537496; }

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

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

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

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

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

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

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

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