#555B9B

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

Shades of Governor Bay #555B9B

Tints of Governor Bay #555B9B

Color information

#555B9B (or 0x555B9B) is unknown color: approx Governor Bay. HEX triplet: 55, 5B and 9B. RGB value is (85,91,155). Sum of RGB (Red+Green+Blue) = 85+91+155=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #555B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B9B is #AAA464. Grayscale: #606060. Windows color (decimal): -11183205 or 10181461. OLE color: 10181461.

HSL color Cylindrical-coordinate representation of color #555B9B: hue angle of 234.86º 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 #555B9B is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8591155-
CMYK0.450.4100.39
HSL234.86º29.17%47.06%-
HSV(B)234.86º45.16%60.78%-
XYZ13.411.7832.58-
YUV96.5161.01119.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=25.68%
G=27.49%
B=46.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85911550.450.4100.39234.8629.1747.06
Hex555B9B2D29027eb1d2f
Octal12513323355510473533557
Binary101010110110111001101110110110100101001111110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B9B; }

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

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

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

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

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

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

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

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