#535585

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

Shades of Governor Bay #535585

Tints of Governor Bay #535585

Color information

#535585 (or 0x535585) is unknown color: approx Governor Bay. HEX triplet: 53, 55 and 85. RGB value is (83,85,133). Sum of RGB (Red+Green+Blue) = 83+85+133=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #535585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535585 is #ACAA7A. Grayscale: #595959. Windows color (decimal): -11315835 or 8738131. OLE color: 8738131.

HSL color Cylindrical-coordinate representation of color #535585: hue angle of 237.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535585 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8385133-
CMYK0.380.3600.48
HSL237.6º23.15%42.35%-
HSV(B)237.6º37.59%52.16%-
XYZ11.0510.0323.54-
YUV89.87152.34123.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=27.57%
G=28.24%
B=44.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83851330.380.3600.48237.623.1542.35
Hex5355852624030ee172a
Octal12312520546440603562752
Binary101001110101011000010110011010010001100001110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535585; }

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

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

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

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

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

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

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

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