Shades of Dolphin #656272
Tints of Dolphin #656272
RGB
CMYK
RGB Variations
Color information
#656272 (or 0x656272) is known color: Dolphin. HEX triplet: 65, 62 and 72. RGB value is (101,98,114). Sum of RGB (Red+Green+Blue) = 101+98+114=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #656272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656272 is #9A9D8D. Grayscale: #646464. Windows color (decimal): -10132878 or 7496293. OLE color: 7496293.
HSL color Cylindrical-coordinate representation of color #656272: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656272 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 98 | 114 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.55 |
| HSL | 251.25º | 0.08% | 0.42% | - |
| HSV(B) | 251.25º | 0.14% | 0.45% | - |
| XYZ | 12.77 | 12.72 | 17.7 | - |
| YUV | 100.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 114 | 0.11 | 0.14 | 0 | 0.55 | 251.25 | 0.08 | 0.42 |
| Hex | 65 | 62 | 72 | B | E | 0 | 37 | FB | 8 | 2A |
| Octal | 145 | 142 | 162 | 13 | 16 | 0 | 67 | 373 | 10 | 52 |
| Binary | 1100101 | 1100010 | 1110010 | 1011 | 1110 | 0 | 110111 | 11111011 | 1000 | 101010 |
Color Harmonies of #656272
Complementary color
Monochromatic Colors of #656272
Black with #656272
Text Example
Text Example
White with #656272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656272; }
p { color: rgb(101,98,114); }
H1.HeaderClassName
{
color: #656272;
}
.AnyTagClassName
{
color: #656272;
}
</style>
background-color css
<style>
a { background-color: #656272; }
a { background-color: rgb(101,98,114); }
div.DivClassName
{
background-color: #656272;
}
.BgClassName
{
background-color: #656272;
}
</style>
border-color css
<style>
span { border-color: #656272; }
span { border-color: rgb(101,98,114); }
td.TdClassName
{
border-color: #656272;
}
.TagClassName
{
border-color: #656272;
}
</style>