#55648E

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

Shades of Waikawa Grey #55648E

Tints of Waikawa Grey #55648E

Color information

#55648E (or 0x55648E) is unknown color: approx Waikawa Grey. HEX triplet: 55, 64 and 8E. RGB value is (85,100,142). Sum of RGB (Red+Green+Blue) = 85+100+142=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #55648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55648E is #AA9B71. Grayscale: #646464. Windows color (decimal): -11180914 or 9331797. OLE color: 9331797.

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

Color convert

RGB85100142-
CMYK0.400.3000.44
HSL224.21º25.11%44.51%-
HSV(B)224.21º40.14%55.69%-
XYZ13.191327.41-
YUV100.3151.53117.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=25.99%
G=30.58%
B=43.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851001420.400.3000.44224.2125.1144.51
Hex55648E281E02Ce0192d
Octal12514421650360543403155
Binary10101011100100100011101010001111001011001110000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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