#55608A

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

Shades of Waikawa Grey #55608A

Tints of Waikawa Grey #55608A

Color information

#55608A (or 0x55608A) is unknown color: approx Waikawa Grey. HEX triplet: 55, 60 and 8A. RGB value is (85,96,138). Sum of RGB (Red+Green+Blue) = 85+96+138=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #55608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55608A is #AA9F75. Grayscale: #616161. Windows color (decimal): -11181942 or 9068629. OLE color: 9068629.

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

Color convert

RGB8596138-
CMYK0.380.3000.46
HSL227.55º23.77%43.73%-
HSV(B)227.55º38.41%54.12%-
XYZ12.5212.1325.73-
YUV97.5150.86119.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=26.65%
G=30.09%
B=43.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85961380.380.3000.46227.5523.7743.73
Hex55608A261E02Ee4182c
Octal12514021246360563443054
Binary10101011100000100010101001101111001011101110010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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