#555E86

Color #555E86 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #555E86

Tints of Waikawa Grey #555E86

Color information

#555E86 (or 0x555E86) is unknown color: approx Waikawa Grey. HEX triplet: 55, 5E and 86. RGB value is (85,94,134). Sum of RGB (Red+Green+Blue) = 85+94+134=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #555E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E86 is #AAA179. Grayscale: #5F5F5F. Windows color (decimal): -11182458 or 8805973. OLE color: 8805973.

HSL color Cylindrical-coordinate representation of color #555E86: hue angle of 228.98º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555E86 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8594134-
CMYK0.370.3000.47
HSL228.98º22.37%42.94%-
HSV(B)228.98º36.57%52.55%-
XYZ12.0511.6624.17-
YUV95.87149.52120.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=27.16%
G=30.03%
B=42.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85941340.370.3000.47228.9822.3742.94
Hex555E86251E02Fe5162b
Octal12513620645360573452653
Binary10101011011110100001101001011111001011111110010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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