#537695

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

Shades of Kashmir Blue #537695

Tints of Kashmir Blue #537695

Color information

#537695 (or 0x537695) is unknown color: approx Kashmir Blue. HEX triplet: 53, 76 and 95. RGB value is (83,118,149). Sum of RGB (Red+Green+Blue) = 83+118+149=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #537695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537695 is #AC896A. Grayscale: #6E6E6E. Windows color (decimal): -11307371 or 9795155. OLE color: 9795155.

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

Color convert

RGB83118149-
CMYK0.440.2100.42
HSL208.18º28.45%45.49%-
HSV(B)208.18º44.3%58.43%-
XYZ15.4716.9730.89-
YUV111.07149.4107.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=23.71%
G=33.71%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831181490.440.2100.42208.1828.4545.49
Hex5376952C1502Ad01c2d
Octal12316622554250523203455
Binary10100111110110100101011011001010101010101101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537695; }

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

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

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

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

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

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

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

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