#55628D

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

Shades of Waikawa Grey #55628D

Tints of Waikawa Grey #55628D

Color information

#55628D (or 0x55628D) is unknown color: approx Waikawa Grey. HEX triplet: 55, 62 and 8D. RGB value is (85,98,141). Sum of RGB (Red+Green+Blue) = 85+98+141=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #55628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55628D is #AA9D72. Grayscale: #626262. Windows color (decimal): -11181427 or 9265749. OLE color: 9265749.

HSL color Cylindrical-coordinate representation of color #55628D: hue angle of 226.07º 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 #55628D is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8598141-
CMYK0.400.3000.45
HSL226.07º24.78%44.31%-
HSV(B)226.07º39.72%55.29%-
XYZ12.9212.5926.95-
YUV99.02151.69118-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=26.23%
G=30.25%
B=43.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85981410.400.3000.45226.0724.7844.31
Hex55628D281E02De2192c
Octal12514221550360553423154
Binary10101011100010100011011010001111001011011110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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