#555B8B

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

Shades of Governor Bay #555B8B

Tints of Governor Bay #555B8B

Color information

#555B8B (or 0x555B8B) is unknown color: approx Governor Bay. HEX triplet: 55, 5B and 8B. RGB value is (85,91,139). Sum of RGB (Red+Green+Blue) = 85+91+139=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #555B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B8B is #AAA474. Grayscale: #5E5E5E. Windows color (decimal): -11183221 or 9132885. OLE color: 9132885.

HSL color Cylindrical-coordinate representation of color #555B8B: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555B8B is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8591139-
CMYK0.390.3500.45
HSL233.33º24.11%43.92%-
HSV(B)233.33º38.85%54.51%-
XYZ12.1511.2825.96-
YUV94.68153.01121.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=26.98%
G=28.89%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85911390.390.3500.45233.3324.1143.92
Hex555B8B272302De9182c
Octal12513321347430553513054
Binary101010110110111000101110011110001101011011110100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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