#535985

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

Shades of Governor Bay #535985

Tints of Governor Bay #535985

Color information

#535985 (or 0x535985) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 85. RGB value is (83,89,133). Sum of RGB (Red+Green+Blue) = 83+89+133=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #535985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535985 is #ACA67A. Grayscale: #5C5C5C. Windows color (decimal): -11314811 or 8739155. OLE color: 8739155.

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

Color convert

RGB8389133-
CMYK0.380.3300.48
HSL232.8º23.15%42.35%-
HSV(B)232.8º37.59%52.16%-
XYZ11.3710.6823.65-
YUV92.22151.01121.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=27.21%
G=29.18%
B=43.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83891330.380.3300.48232.823.1542.35
Hex5359852621030e9172a
Octal12313120546410603512752
Binary101001110110011000010110011010000101100001110100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535985; }

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

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

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

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

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

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

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

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