#55619B

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

Shades of Governor Bay #55619B

Tints of Governor Bay #55619B

Color information

#55619B (or 0x55619B) is unknown color: approx Governor Bay. HEX triplet: 55, 61 and 9B. RGB value is (85,97,155). Sum of RGB (Red+Green+Blue) = 85+97+155=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #55619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55619B is #AA9E64. Grayscale: #636363. Windows color (decimal): -11181669 or 10182997. OLE color: 10182997.

HSL color Cylindrical-coordinate representation of color #55619B: hue angle of 229.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55619B is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8597155-
CMYK0.450.3700.39
HSL229.71º29.17%47.06%-
HSV(B)229.71º45.16%60.78%-
XYZ13.9412.8532.76-
YUV100.02159.02117.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=25.22%
G=28.78%
B=45.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85971550.450.3700.39229.7129.1747.06
Hex55619B2D25027e61d2f
Octal12514123355450473463557
Binary101010111000011001101110110110010101001111110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55619B; }

 p { color: rgb(85,97,155); }

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

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

 a { background-color: rgb(85,97,155); }

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

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

 span { border-color: rgb(85,97,155); }

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