Shades of Waikawa Grey #555F8A
Tints of Waikawa Grey #555F8A
RGB
CMYK
RGB Variations
Color information
#555F8A (or 0x555F8A) is known color: Waikawa Grey. HEX triplet: 55, 5F and 8A. RGB value is (85,95,138). Sum of RGB (Red+Green+Blue) = 85+95+138=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #555F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F8A is #AAA075. Grayscale: #606060. Windows color (decimal): -11182198 or 9068373. OLE color: 9068373.
HSL color Cylindrical-coordinate representation of color #555F8A: hue angle of 228.68º 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 #555F8A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 95 | 138 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.46 |
| HSL | 228.68º | 0.24% | 0.44% | - |
| HSV(B) | 228.68º | 0.38% | 0.54% | - |
| XYZ | 12.43 | 11.95 | 25.7 | - |
| YUV | 96.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 138 | 0.38 | 0.31 | 0 | 0.46 | 228.68 | 0.24 | 0.44 |
| Hex | 55 | 5F | 8A | 26 | 1F | 0 | 2E | E5 | 18 | 2C |
| Octal | 125 | 137 | 212 | 46 | 37 | 0 | 56 | 345 | 30 | 54 |
| Binary | 1010101 | 1011111 | 10001010 | 100110 | 11111 | 0 | 101110 | 11100101 | 11000 | 101100 |
Color Harmonies of #555F8A
Complementary color
Monochromatic Colors of #555F8A
Black with #555F8A
Text Example
Text Example
White with #555F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F8A; }
p { color: rgb(85,95,138); }
H1.HeaderClassName
{
color: #555F8A;
}
.AnyTagClassName
{
color: #555F8A;
}
</style>
background-color css
<style>
a { background-color: #555F8A; }
a { background-color: rgb(85,95,138); }
div.DivClassName
{
background-color: #555F8A;
}
.BgClassName
{
background-color: #555F8A;
}
</style>
border-color css
<style>
span { border-color: #555F8A; }
span { border-color: rgb(85,95,138); }
td.TdClassName
{
border-color: #555F8A;
}
.TagClassName
{
border-color: #555F8A;
}
</style>