#55608B

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

Shades of Waikawa Grey #55608B

Tints of Waikawa Grey #55608B

Color information

#55608B (or 0x55608B) is unknown color: approx Waikawa Grey. HEX triplet: 55, 60 and 8B. RGB value is (85,96,139). Sum of RGB (Red+Green+Blue) = 85+96+139=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #55608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55608B is #AA9F74. Grayscale: #616161. Windows color (decimal): -11181941 or 9134165. OLE color: 9134165.

HSL color Cylindrical-coordinate representation of color #55608B: hue angle of 227.78º 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 #55608B is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8596139-
CMYK0.390.3100.45
HSL227.78º24.11%43.92%-
HSV(B)227.78º38.85%54.51%-
XYZ12.5912.1626.11-
YUV97.61151.36119-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=26.56%
G=30%
B=43.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85961390.390.3100.45227.7824.1143.92
Hex55608B271F02De4182c
Octal12514021347370553443054
Binary10101011100000100010111001111111101011011110010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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