Shades of Dolphin #656375
Tints of Dolphin #656375
RGB
CMYK
RGB Variations
Color information
#656375 (or 0x656375) is known color: Dolphin. HEX triplet: 65, 63 and 75. RGB value is (101,99,117). Sum of RGB (Red+Green+Blue) = 101+99+117=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #656375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656375 is #9A9C8A. Grayscale: #656565. Windows color (decimal): -10132619 or 7693157. OLE color: 7693157.
HSL color Cylindrical-coordinate representation of color #656375: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #656375 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 99 | 117 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.54 |
| HSL | 246.67º | 0.08% | 0.42% | - |
| HSV(B) | 246.67º | 0.15% | 0.46% | - |
| XYZ | 13.04 | 12.97 | 18.65 | - |
| YUV | 101.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 117 | 0.14 | 0.15 | 0 | 0.54 | 246.67 | 0.08 | 0.42 |
| Hex | 65 | 63 | 75 | E | F | 0 | 36 | F7 | 8 | 2A |
| Octal | 145 | 143 | 165 | 16 | 17 | 0 | 66 | 367 | 10 | 52 |
| Binary | 1100101 | 1100011 | 1110101 | 1110 | 1111 | 0 | 110110 | 11110111 | 1000 | 101010 |
Color Harmonies of #656375
Complementary color
Monochromatic Colors of #656375
Black with #656375
Text Example
Text Example
White with #656375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656375; }
p { color: rgb(101,99,117); }
H1.HeaderClassName
{
color: #656375;
}
.AnyTagClassName
{
color: #656375;
}
</style>
background-color css
<style>
a { background-color: #656375; }
a { background-color: rgb(101,99,117); }
div.DivClassName
{
background-color: #656375;
}
.BgClassName
{
background-color: #656375;
}
</style>
border-color css
<style>
span { border-color: #656375; }
span { border-color: rgb(101,99,117); }
td.TdClassName
{
border-color: #656375;
}
.TagClassName
{
border-color: #656375;
}
</style>