#55628E

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

Shades of Waikawa Grey #55628E

Tints of Waikawa Grey #55628E

Color information

#55628E (or 0x55628E) is unknown color: approx Waikawa Grey. HEX triplet: 55, 62 and 8E. RGB value is (85,98,142). Sum of RGB (Red+Green+Blue) = 85+98+142=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #55628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55628E is #AA9D71. Grayscale: #626262. Windows color (decimal): -11181426 or 9331285. OLE color: 9331285.

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

Color convert

RGB8598142-
CMYK0.400.3100.44
HSL226.32º25.11%44.51%-
HSV(B)226.32º40.14%55.69%-
XYZ1312.6227.34-
YUV99.13152.19117.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=26.15%
G=30.15%
B=43.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85981420.400.3100.44226.3225.1144.51
Hex55628E281F02Ce2192d
Octal12514221650370543423155
Binary10101011100010100011101010001111101011001110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55628E; }

 p { color: rgb(85,98,142); }

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

<style>
 a { background-color: #55628E; }

 a { background-color: rgb(85,98,142); }

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

<style>
 span { border-color: #55628E; }

 span { border-color: rgb(85,98,142); }

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