Shades of Dolphin #656374
Tints of Dolphin #656374
RGB
CMYK
RGB Variations
Color information
#656374 (or 0x656374) is known color: Dolphin. HEX triplet: 65, 63 and 74. RGB value is (101,99,116). Sum of RGB (Red+Green+Blue) = 101+99+116=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #656374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656374 is #9A9C8B. Grayscale: #656565. Windows color (decimal): -10132620 or 7627621. OLE color: 7627621.
HSL color Cylindrical-coordinate representation of color #656374: hue angle of 247.06º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #656374 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 99 | 116 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.55 |
| HSL | 247.06º | 0.08% | 0.42% | - |
| HSV(B) | 247.06º | 0.15% | 0.45% | - |
| XYZ | 12.98 | 12.95 | 18.34 | - |
| YUV | 101.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 116 | 0.13 | 0.15 | 0 | 0.55 | 247.06 | 0.08 | 0.42 |
| Hex | 65 | 63 | 74 | D | F | 0 | 37 | F7 | 8 | 2A |
| Octal | 145 | 143 | 164 | 15 | 17 | 0 | 67 | 367 | 10 | 52 |
| Binary | 1100101 | 1100011 | 1110100 | 1101 | 1111 | 0 | 110111 | 11110111 | 1000 | 101010 |
Color Harmonies of #656374
Complementary color
Monochromatic Colors of #656374
Black with #656374
Text Example
Text Example
White with #656374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656374; }
p { color: rgb(101,99,116); }
H1.HeaderClassName
{
color: #656374;
}
.AnyTagClassName
{
color: #656374;
}
</style>
background-color css
<style>
a { background-color: #656374; }
a { background-color: rgb(101,99,116); }
div.DivClassName
{
background-color: #656374;
}
.BgClassName
{
background-color: #656374;
}
</style>
border-color css
<style>
span { border-color: #656374; }
span { border-color: rgb(101,99,116); }
td.TdClassName
{
border-color: #656374;
}
.TagClassName
{
border-color: #656374;
}
</style>