#537295

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

Shades of Kashmir Blue #537295

Tints of Kashmir Blue #537295

Color information

#537295 (or 0x537295) is unknown color: approx Kashmir Blue. HEX triplet: 53, 72 and 95. RGB value is (83,114,149). Sum of RGB (Red+Green+Blue) = 83+114+149=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #537295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537295 is #AC8D6A. Grayscale: #6C6C6C. Windows color (decimal): -11308395 or 9794131. OLE color: 9794131.

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

Color convert

RGB83114149-
CMYK0.440.2300.42
HSL211.82º28.45%45.49%-
HSV(B)211.82º44.3%58.43%-
XYZ15.0116.0430.74-
YUV108.72150.73109.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=23.99%
G=32.95%
B=43.06%

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
Decimal831141490.440.2300.42211.8228.4545.49
Hex5372952C1702Ad41c2d
Octal12316222554270523243455
Binary10100111110010100101011011001011101010101101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537295; }

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

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

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

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

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

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

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

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