#535485

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

Shades of Governor Bay #535485

Tints of Governor Bay #535485

Color information

#535485 (or 0x535485) is unknown color: approx Governor Bay. HEX triplet: 53, 54 and 85. RGB value is (83,84,133). Sum of RGB (Red+Green+Blue) = 83+84+133=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #535485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535485 is #ACAB7A. Grayscale: #595959. Windows color (decimal): -11316091 or 8737875. OLE color: 8737875.

HSL color Cylindrical-coordinate representation of color #535485: hue angle of 238.8º 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 #535485 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8384133-
CMYK0.380.3700.48
HSL238.8º23.15%42.35%-
HSV(B)238.8º37.59%52.16%-
XYZ10.979.8723.52-
YUV89.29152.67123.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=27.67%
G=28%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83841330.380.3700.48238.823.1542.35
Hex5354852625030ef172a
Octal12312420546450603572752
Binary101001110101001000010110011010010101100001110111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535485; }

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

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

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

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

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

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

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

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