#537296

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

Shades of Kashmir Blue #537296

Tints of Kashmir Blue #537296

Color information

#537296 (or 0x537296) is unknown color: approx Kashmir Blue. HEX triplet: 53, 72 and 96. RGB value is (83,114,150). Sum of RGB (Red+Green+Blue) = 83+114+150=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #537296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537296 is #AC8D69. Grayscale: #6C6C6C. Windows color (decimal): -11308394 or 9859667. OLE color: 9859667.

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

Color convert

RGB83114150-
CMYK0.450.2400.41
HSL212.24º28.76%45.69%-
HSV(B)212.24º44.67%58.82%-
XYZ15.0916.0831.16-
YUV108.83151.23109.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=23.92%
G=32.85%
B=43.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831141500.450.2400.41212.2428.7645.69
Hex5372962D18029d41d2e
Octal12316222655300513243556
Binary10100111110010100101101011011100001010011101010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537296; }

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

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

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

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

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

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

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

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