#537395

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

Shades of Kashmir Blue #537395

Tints of Kashmir Blue #537395

Color information

#537395 (or 0x537395) is unknown color: approx Kashmir Blue. HEX triplet: 53, 73 and 95. RGB value is (83,115,149). Sum of RGB (Red+Green+Blue) = 83+115+149=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #537395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537395 is #AC8C6A. Grayscale: #6D6D6D. Windows color (decimal): -11308139 or 9794387. OLE color: 9794387.

HSL color Cylindrical-coordinate representation of color #537395: hue angle of 210.91º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537395 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83115149-
CMYK0.440.2300.42
HSL210.91º28.45%45.49%-
HSV(B)210.91º44.3%58.43%-
XYZ15.1216.2730.78-
YUV109.31150.4109.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=23.92%
G=33.14%
B=42.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831151490.440.2300.42210.9128.4545.49
Hex5373952C1702Ad31c2d
Octal12316322554270523233455
Binary10100111110011100101011011001011101010101101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537395; }

 p { color: rgb(83,115,149); }

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

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

 a { background-color: rgb(83,115,149); }

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

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

 span { border-color: rgb(83,115,149); }

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