#555E8D

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

Shades of Governor Bay #555E8D

Tints of Governor Bay #555E8D

Color information

#555E8D (or 0x555E8D) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 8D. RGB value is (85,94,141). Sum of RGB (Red+Green+Blue) = 85+94+141=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #555E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E8D is #AAA172. Grayscale: #606060. Windows color (decimal): -11182451 or 9264725. OLE color: 9264725.

HSL color Cylindrical-coordinate representation of color #555E8D: hue angle of 230.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555E8D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8594141-
CMYK0.400.3300.45
HSL230.36º24.78%44.31%-
HSV(B)230.36º39.72%55.29%-
XYZ12.5611.8626.83-
YUV96.67153.02119.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=26.56%
G=29.38%
B=44.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85941410.400.3300.45230.3624.7844.31
Hex555E8D282102De6192c
Octal12513621550410553463154
Binary101010110111101000110110100010000101011011110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,141); }

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

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

 a { background-color: rgb(85,94,141); }

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

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

 span { border-color: rgb(85,94,141); }

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