#55599A

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

Shades of Governor Bay #55599A

Tints of Governor Bay #55599A

Color information

#55599A (or 0x55599A) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 9A. RGB value is (85,89,154). Sum of RGB (Red+Green+Blue) = 85+89+154=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #55599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55599A is #AAA665. Grayscale: #5E5E5E. Windows color (decimal): -11183718 or 10115413. OLE color: 10115413.

HSL color Cylindrical-coordinate representation of color #55599A: hue angle of 236.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55599A is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8589154-
CMYK0.450.4200.40
HSL236.52º28.87%46.86%-
HSV(B)236.52º44.81%60.39%-
XYZ13.1511.4132.08-
YUV95.21161.17120.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=25.91%
G=27.13%
B=46.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85891540.450.4200.40236.5228.8746.86
Hex55599A2D2A028ed1d2f
Octal12513123255520503553557
Binary101010110110011001101010110110101001010001110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55599A; }

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

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

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

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

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

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

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

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