#55618A

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

Shades of Waikawa Grey #55618A

Tints of Waikawa Grey #55618A

Color information

#55618A (or 0x55618A) is unknown color: approx Waikawa Grey. HEX triplet: 55, 61 and 8A. RGB value is (85,97,138). Sum of RGB (Red+Green+Blue) = 85+97+138=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #55618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55618A is #AA9E75. Grayscale: #616161. Windows color (decimal): -11181686 or 9068885. OLE color: 9068885.

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

Color convert

RGB8597138-
CMYK0.380.3000.46
HSL226.42º23.77%43.73%-
HSV(B)226.42º38.41%54.12%-
XYZ12.6112.3225.76-
YUV98.09150.52118.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=26.56%
G=30.31%
B=43.12%

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
Decimal85971380.380.3000.46226.4223.7743.73
Hex55618A261E02Ee2182c
Octal12514121246360563423054
Binary10101011100001100010101001101111001011101110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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