#555D8A

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

Shades of Governor Bay #555D8A

Tints of Governor Bay #555D8A

Color information

#555D8A (or 0x555D8A) is unknown color: approx Governor Bay. HEX triplet: 55, 5D and 8A. RGB value is (85,93,138). Sum of RGB (Red+Green+Blue) = 85+93+138=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #555D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D8A is #AAA275. Grayscale: #5F5F5F. Windows color (decimal): -11182710 or 9067861. OLE color: 9067861.

HSL color Cylindrical-coordinate representation of color #555D8A: hue angle of 230.94º 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 #555D8A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8593138-
CMYK0.380.3300.46
HSL230.94º23.77%43.73%-
HSV(B)230.94º38.41%54.12%-
XYZ12.2511.5925.64-
YUV95.74151.85120.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=26.90%
G=29.43%
B=43.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85931380.380.3300.46230.9423.7743.73
Hex555D8A262102Ee7182c
Octal12513521246410563473054
Binary101010110111011000101010011010000101011101110011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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