#535699

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

Shades of Governor Bay #535699

Tints of Governor Bay #535699

Color information

#535699 (or 0x535699) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 99. RGB value is (83,86,153). Sum of RGB (Red+Green+Blue) = 83+86+153=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #535699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535699 is #ACA966. Grayscale: #5C5C5C. Windows color (decimal): -11315559 or 10049107. OLE color: 10049107.

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

Color convert

RGB8386153-
CMYK0.460.4400.4
HSL237.43º29.66%46.27%-
HSV(B)237.43º45.75%60%-
XYZ12.6410.7931.55-
YUV92.74162.01121.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=25.78%
G=26.71%
B=47.52%

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
Decimal83861530.460.4400.4237.4329.6646.27
Hex5356992E2C028ed1e2e
Octal12312623156540503553656
Binary101001110101101001100110111010110001010001110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535699; }

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

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

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

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

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

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

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

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