Shades of Dolphin #656372
Tints of Dolphin #656372
RGB
CMYK
RGB Variations
Color information
#656372 (or 0x656372) is known color: Dolphin. HEX triplet: 65, 63 and 72. RGB value is (101,99,114). Sum of RGB (Red+Green+Blue) = 101+99+114=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #656372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656372 is #9A9C8D. Grayscale: #656565. Windows color (decimal): -10132622 or 7496549. OLE color: 7496549.
HSL color Cylindrical-coordinate representation of color #656372: hue angle of 248º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656372 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 99 | 114 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.55 |
| HSL | 248º | 0.07% | 0.42% | - |
| HSV(B) | 248º | 0.13% | 0.45% | - |
| XYZ | 12.87 | 12.91 | 17.73 | - |
| YUV | 101.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 114 | 0.11 | 0.13 | 0 | 0.55 | 248 | 0.07 | 0.42 |
| Hex | 65 | 63 | 72 | B | D | 0 | 37 | F8 | 7 | 2A |
| Octal | 145 | 143 | 162 | 13 | 15 | 0 | 67 | 370 | 7 | 52 |
| Binary | 1100101 | 1100011 | 1110010 | 1011 | 1101 | 0 | 110111 | 11111000 | 111 | 101010 |
Color Harmonies of #656372
Complementary color
Monochromatic Colors of #656372
Black with #656372
Text Example
Text Example
White with #656372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656372; }
p { color: rgb(101,99,114); }
H1.HeaderClassName
{
color: #656372;
}
.AnyTagClassName
{
color: #656372;
}
</style>
background-color css
<style>
a { background-color: #656372; }
a { background-color: rgb(101,99,114); }
div.DivClassName
{
background-color: #656372;
}
.BgClassName
{
background-color: #656372;
}
</style>
border-color css
<style>
span { border-color: #656372; }
span { border-color: rgb(101,99,114); }
td.TdClassName
{
border-color: #656372;
}
.TagClassName
{
border-color: #656372;
}
</style>