#535D99

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

Shades of Governor Bay #535D99

Tints of Governor Bay #535D99

Color information

#535D99 (or 0x535D99) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and 99. RGB value is (83,93,153). Sum of RGB (Red+Green+Blue) = 83+93+153=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #535D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D99 is #ACA266. Grayscale: #606060. Windows color (decimal): -11313767 or 10050899. OLE color: 10050899.

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

Color convert

RGB8393153-
CMYK0.460.3900.4
HSL231.43º29.66%46.27%-
HSV(B)231.43º45.75%60%-
XYZ13.2311.9731.75-
YUV96.85159.69118.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=25.23%
G=28.27%
B=46.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83931530.460.3900.4231.4329.6646.27
Hex535D992E27028e71e2e
Octal12313523156470503473656
Binary101001110111011001100110111010011101010001110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D99; }

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

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

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

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

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

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

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

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