Shades of Dolphin #655F78
Tints of Dolphin #655F78
RGB
CMYK
RGB Variations
Color information
#655F78 (or 0x655F78) is known color: Dolphin. HEX triplet: 65, 5F and 78. RGB value is (101,95,120). Sum of RGB (Red+Green+Blue) = 101+95+120=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #655F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F78 is #9AA087. Grayscale: #636363. Windows color (decimal): -10133640 or 7888741. OLE color: 7888741.
HSL color Cylindrical-coordinate representation of color #655F78: hue angle of 254.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655F78 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 95 | 120 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.53 |
| HSL | 254.4º | 0.12% | 0.42% | - |
| HSV(B) | 254.4º | 0.21% | 0.47% | - |
| XYZ | 12.85 | 12.31 | 19.47 | - |
| YUV | 99.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 120 | 0.16 | 0.21 | 0 | 0.53 | 254.4 | 0.12 | 0.42 |
| Hex | 65 | 5F | 78 | 10 | 15 | 0 | 35 | FE | C | 2A |
| Octal | 145 | 137 | 170 | 20 | 25 | 0 | 65 | 376 | 14 | 52 |
| Binary | 1100101 | 1011111 | 1111000 | 10000 | 10101 | 0 | 110101 | 11111110 | 1100 | 101010 |
Color Harmonies of #655F78
Complementary color
Monochromatic Colors of #655F78
Black with #655F78
Text Example
Text Example
White with #655F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F78; }
p { color: rgb(101,95,120); }
H1.HeaderClassName
{
color: #655F78;
}
.AnyTagClassName
{
color: #655F78;
}
</style>
background-color css
<style>
a { background-color: #655F78; }
a { background-color: rgb(101,95,120); }
div.DivClassName
{
background-color: #655F78;
}
.BgClassName
{
background-color: #655F78;
}
</style>
border-color css
<style>
span { border-color: #655F78; }
span { border-color: rgb(101,95,120); }
td.TdClassName
{
border-color: #655F78;
}
.TagClassName
{
border-color: #655F78;
}
</style>