#537696

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

Shades of Kashmir Blue #537696

Tints of Kashmir Blue #537696

Color information

#537696 (or 0x537696) is unknown color: approx Kashmir Blue. HEX triplet: 53, 76 and 96. RGB value is (83,118,150). Sum of RGB (Red+Green+Blue) = 83+118+150=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #537696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537696 is #AC8969. Grayscale: #6F6F6F. Windows color (decimal): -11307370 or 9860691. OLE color: 9860691.

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

Color convert

RGB83118150-
CMYK0.450.2100.41
HSL208.66º28.76%45.69%-
HSV(B)208.66º44.67%58.82%-
XYZ15.551731.32-
YUV111.18149.9107.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=23.65%
G=33.62%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831181500.450.2100.41208.6628.7645.69
Hex5376962D15029d11d2e
Octal12316622655250513213556
Binary10100111110110100101101011011010101010011101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537696; }

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

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

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

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

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

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

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

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