#555A8B

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

Shades of Governor Bay #555A8B

Tints of Governor Bay #555A8B

Color information

#555A8B (or 0x555A8B) is unknown color: approx Governor Bay. HEX triplet: 55, 5A and 8B. RGB value is (85,90,139). Sum of RGB (Red+Green+Blue) = 85+90+139=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #555A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A8B is #AAA574. Grayscale: #5D5D5D. Windows color (decimal): -11183477 or 9132629. OLE color: 9132629.

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

Color convert

RGB8590139-
CMYK0.390.3500.45
HSL234.44º24.11%43.92%-
HSV(B)234.44º38.85%54.51%-
XYZ12.0611.1125.93-
YUV94.09153.34121.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=27.07%
G=28.66%
B=44.27%

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
Decimal85901390.390.3500.45234.4424.1143.92
Hex555A8B272302Dea182c
Octal12513221347430553523054
Binary101010110110101000101110011110001101011011110101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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