#535595

Color #535595 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #535595

Tints of Governor Bay #535595

Color information

#535595 (or 0x535595) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 95. RGB value is (83,85,149). Sum of RGB (Red+Green+Blue) = 83+85+149=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #535595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535595 is #ACAA6A. Grayscale: #5B5B5B. Windows color (decimal): -11315819 or 9786707. OLE color: 9786707.

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

Color convert

RGB8385149-
CMYK0.440.4300.42
HSL238.18º28.45%45.49%-
HSV(B)238.18º44.3%58.43%-
XYZ12.2410.5129.82-
YUV91.7160.34121.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=26.18%
G=26.81%
B=47.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83851490.440.4300.42238.1828.4545.49
Hex5355952C2B02Aee1c2d
Octal12312522554530523563455
Binary101001110101011001010110110010101101010101110111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535595; }

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

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

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

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

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

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

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

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