#555E8A

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

Shades of Governor Bay #555E8A

Tints of Governor Bay #555E8A

Color information

#555E8A (or 0x555E8A) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 8A. RGB value is (85,94,138). Sum of RGB (Red+Green+Blue) = 85+94+138=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #555E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E8A is #AAA175. Grayscale: #606060. Windows color (decimal): -11182454 or 9068117. OLE color: 9068117.

HSL color Cylindrical-coordinate representation of color #555E8A: hue angle of 229.81º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555E8A is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8594138-
CMYK0.380.3200.46
HSL229.81º23.77%43.73%-
HSV(B)229.81º38.41%54.12%-
XYZ12.3411.7725.67-
YUV96.32151.52119.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=26.81%
G=29.65%
B=43.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85941380.380.3200.46229.8123.7743.73
Hex555E8A262002Ee6182c
Octal12513621246400563463054
Binary101010110111101000101010011010000001011101110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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