Shades of Dolphin #656074
Tints of Dolphin #656074
RGB
CMYK
RGB Variations
Color information
#656074 (or 0x656074) is known color: Dolphin. HEX triplet: 65, 60 and 74. RGB value is (101,96,116). Sum of RGB (Red+Green+Blue) = 101+96+116=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #656074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656074 is #9A9F8B. Grayscale: #636363. Windows color (decimal): -10133388 or 7626853. OLE color: 7626853.
HSL color Cylindrical-coordinate representation of color #656074: hue angle of 255º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656074 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 96 | 116 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.55 |
| HSL | 255º | 0.09% | 0.42% | - |
| HSV(B) | 255º | 0.17% | 0.45% | - |
| XYZ | 12.7 | 12.39 | 18.25 | - |
| YUV | 99.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 116 | 0.13 | 0.17 | 0 | 0.55 | 255 | 0.09 | 0.42 |
| Hex | 65 | 60 | 74 | D | 11 | 0 | 37 | FF | 9 | 2A |
| Octal | 145 | 140 | 164 | 15 | 21 | 0 | 67 | 377 | 11 | 52 |
| Binary | 1100101 | 1100000 | 1110100 | 1101 | 10001 | 0 | 110111 | 11111111 | 1001 | 101010 |
Color Harmonies of #656074
Complementary color
Monochromatic Colors of #656074
Black with #656074
Text Example
Text Example
White with #656074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656074; }
p { color: rgb(101,96,116); }
H1.HeaderClassName
{
color: #656074;
}
.AnyTagClassName
{
color: #656074;
}
</style>
background-color css
<style>
a { background-color: #656074; }
a { background-color: rgb(101,96,116); }
div.DivClassName
{
background-color: #656074;
}
.BgClassName
{
background-color: #656074;
}
</style>
border-color css
<style>
span { border-color: #656074; }
span { border-color: rgb(101,96,116); }
td.TdClassName
{
border-color: #656074;
}
.TagClassName
{
border-color: #656074;
}
</style>