#535999

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

Shades of Governor Bay #535999

Tints of Governor Bay #535999

Color information

#535999 (or 0x535999) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 99. RGB value is (83,89,153). Sum of RGB (Red+Green+Blue) = 83+89+153=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #535999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535999 is #ACA666. Grayscale: #5E5E5E. Windows color (decimal): -11314791 or 10049875. OLE color: 10049875.

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

Color convert

RGB8389153-
CMYK0.460.4200.4
HSL234.86º29.66%46.27%-
HSV(B)234.86º45.75%60%-
XYZ12.8911.2831.64-
YUV94.5161.01119.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=25.54%
G=27.38%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83891530.460.4200.4234.8629.6646.27
Hex5359992E2A028eb1e2e
Octal12313123156520503533656
Binary101001110110011001100110111010101001010001110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535999; }

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

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

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

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

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

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

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

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