#555985

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

Shades of Governor Bay #555985

Tints of Governor Bay #555985

Color information

#555985 (or 0x555985) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 85. RGB value is (85,89,133). Sum of RGB (Red+Green+Blue) = 85+89+133=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #555985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555985 is #AAA67A. Grayscale: #5C5C5C. Windows color (decimal): -11183739 or 8739157. OLE color: 8739157.

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

Color convert

RGB8589133-
CMYK0.360.3300.48
HSL235º22.02%42.75%-
HSV(B)235º36.09%52.16%-
XYZ11.5510.7723.66-
YUV92.82150.67122.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=27.69%
G=28.99%
B=43.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85891330.360.3300.4823522.0242.75
Hex5559852421030eb162b
Octal12513120544410603532653
Binary101010110110011000010110010010000101100001110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555985; }

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

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

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

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

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

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

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

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