#555F9D

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

Shades of Governor Bay #555F9D

Tints of Governor Bay #555F9D

Color information

#555F9D (or 0x555F9D) is unknown color: approx Governor Bay. HEX triplet: 55, 5F and 9D. RGB value is (85,95,157). Sum of RGB (Red+Green+Blue) = 85+95+157=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #555F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F9D is #AAA062. Grayscale: #626262. Windows color (decimal): -11182179 or 10313557. OLE color: 10313557.

HSL color Cylindrical-coordinate representation of color #555F9D: hue angle of 231.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555F9D is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8595157-
CMYK0.460.3900.38
HSL231.67º29.75%47.45%-
HSV(B)231.67º45.86%61.57%-
XYZ13.9212.5533.59-
YUV99.08160.69117.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=25.22%
G=28.19%
B=46.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85951570.460.3900.38231.6729.7547.45
Hex555F9D2E27026e81e2f
Octal12513723556470463503657
Binary101010110111111001110110111010011101001101110100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,157); }

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

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

 a { background-color: rgb(85,95,157); }

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

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

 span { border-color: rgb(85,95,157); }

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