#535599

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

Shades of Governor Bay #535599

Tints of Governor Bay #535599

Color information

#535599 (or 0x535599) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 99. RGB value is (83,85,153). Sum of RGB (Red+Green+Blue) = 83+85+153=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #535599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535599 is #ACAA66. Grayscale: #5B5B5B. Windows color (decimal): -11315815 or 10048851. OLE color: 10048851.

HSL color Cylindrical-coordinate representation of color #535599: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535599 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8385153-
CMYK0.460.4400.4
HSL238.29º29.66%46.27%-
HSV(B)238.29º45.75%60%-
XYZ12.5710.6431.53-
YUV92.15162.34121.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=25.86%
G=26.48%
B=47.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83851530.460.4400.4238.2929.6646.27
Hex5355992E2C028ee1e2e
Octal12312523156540503563656
Binary101001110101011001100110111010110001010001110111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535599; }

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

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

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

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

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

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

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

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