Shades of Dolphin #656279
Tints of Dolphin #656279
RGB
CMYK
RGB Variations
Color information
#656279 (or 0x656279) is known color: Dolphin. HEX triplet: 65, 62 and 79. RGB value is (101,98,121). Sum of RGB (Red+Green+Blue) = 101+98+121=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #656279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656279 is #9A9D86. Grayscale: #656565. Windows color (decimal): -10132871 or 7955045. OLE color: 7955045.
HSL color Cylindrical-coordinate representation of color #656279: hue angle of 247.83º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656279 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 98 | 121 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.53 |
| HSL | 247.83º | 0.11% | 0.43% | - |
| HSV(B) | 247.83º | 0.19% | 0.47% | - |
| XYZ | 13.19 | 12.88 | 19.88 | - |
| YUV | 101.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 121 | 0.17 | 0.19 | 0 | 0.53 | 247.83 | 0.11 | 0.43 |
| Hex | 65 | 62 | 79 | 11 | 13 | 0 | 35 | F8 | B | 2B |
| Octal | 145 | 142 | 171 | 21 | 23 | 0 | 65 | 370 | 13 | 53 |
| Binary | 1100101 | 1100010 | 1111001 | 10001 | 10011 | 0 | 110101 | 11111000 | 1011 | 101011 |
Color Harmonies of #656279
Complementary color
Monochromatic Colors of #656279
Black with #656279
Text Example
Text Example
White with #656279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656279; }
p { color: rgb(101,98,121); }
H1.HeaderClassName
{
color: #656279;
}
.AnyTagClassName
{
color: #656279;
}
</style>
background-color css
<style>
a { background-color: #656279; }
a { background-color: rgb(101,98,121); }
div.DivClassName
{
background-color: #656279;
}
.BgClassName
{
background-color: #656279;
}
</style>
border-color css
<style>
span { border-color: #656279; }
span { border-color: rgb(101,98,121); }
td.TdClassName
{
border-color: #656279;
}
.TagClassName
{
border-color: #656279;
}
</style>