#55628A

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

Shades of Waikawa Grey #55628A

Tints of Waikawa Grey #55628A

Color information

#55628A (or 0x55628A) is unknown color: approx Waikawa Grey. HEX triplet: 55, 62 and 8A. RGB value is (85,98,138). Sum of RGB (Red+Green+Blue) = 85+98+138=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #55628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55628A is #AA9D75. Grayscale: #626262. Windows color (decimal): -11181430 or 9069141. OLE color: 9069141.

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

Color convert

RGB8598138-
CMYK0.380.2900.46
HSL225.28º23.77%43.73%-
HSV(B)225.28º38.41%54.12%-
XYZ12.712.525.79-
YUV98.67150.19118.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=26.48%
G=30.53%
B=42.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85981380.380.2900.46225.2823.7743.73
Hex55628A261D02Ee1182c
Octal12514221246350563413054
Binary10101011100010100010101001101110101011101110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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