#55598F

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

Shades of Governor Bay #55598F

Tints of Governor Bay #55598F

Color information

#55598F (or 0x55598F) is unknown color: approx Governor Bay. HEX triplet: 55, 59 and 8F. RGB value is (85,89,143). Sum of RGB (Red+Green+Blue) = 85+89+143=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #55598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598F is #AAA670. Grayscale: #5D5D5D. Windows color (decimal): -11183729 or 9394517. OLE color: 9394517.

HSL color Cylindrical-coordinate representation of color #55598F: hue angle of 235.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55598F is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8589143-
CMYK0.410.3800.44
HSL235.86º25.44%44.71%-
HSV(B)235.86º40.56%56.08%-
XYZ12.2811.0627.47-
YUV93.96155.67121.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=26.81%
G=28.08%
B=45.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85891430.410.3800.44235.8625.4444.71
Hex55598F292602Cec192d
Octal12513121751460543543155
Binary101010110110011000111110100110011001011001110110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55598F; }

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

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

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

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

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

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

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

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