#55638C

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

Shades of Waikawa Grey #55638C

Tints of Waikawa Grey #55638C

Color information

#55638C (or 0x55638C) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 8C. RGB value is (85,99,140). Sum of RGB (Red+Green+Blue) = 85+99+140=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #55638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55638C is #AA9C73. Grayscale: #636363. Windows color (decimal): -11181172 or 9200469. OLE color: 9200469.

HSL color Cylindrical-coordinate representation of color #55638C: hue angle of 224.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55638C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8599140-
CMYK0.390.2900.45
HSL224.73º24.44%44.12%-
HSV(B)224.73º39.29%54.9%-
XYZ12.9412.7526.59-
YUV99.49150.86117.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=26.23%
G=30.56%
B=43.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85991400.390.2900.45224.7324.4444.12
Hex55638C271D02De1182c
Octal12514321447350553413054
Binary10101011100011100011001001111110101011011110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55638C; }

 p { color: rgb(85,99,140); }

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

<style>
 a { background-color: #55638C; }

 a { background-color: rgb(85,99,140); }

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

<style>
 span { border-color: #55638C; }

 span { border-color: rgb(85,99,140); }

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