Shades of Dolphin #655F7A
Tints of Dolphin #655F7A
RGB
CMYK
RGB Variations
Color information
#655F7A (or 0x655F7A) is known color: Dolphin. HEX triplet: 65, 5F and 7A. RGB value is (101,95,122). Sum of RGB (Red+Green+Blue) = 101+95+122=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #655F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F7A is #9AA085. Grayscale: #636363. Windows color (decimal): -10133638 or 8019813. OLE color: 8019813.
HSL color Cylindrical-coordinate representation of color #655F7A: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655F7A is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 95 | 122 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.52 |
| HSL | 253.33º | 0.12% | 0.43% | - |
| HSV(B) | 253.33º | 0.22% | 0.48% | - |
| XYZ | 12.97 | 12.36 | 20.11 | - |
| YUV | 99.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 122 | 0.17 | 0.22 | 0 | 0.52 | 253.33 | 0.12 | 0.43 |
| Hex | 65 | 5F | 7A | 11 | 16 | 0 | 34 | FD | C | 2B |
| Octal | 145 | 137 | 172 | 21 | 26 | 0 | 64 | 375 | 14 | 53 |
| Binary | 1100101 | 1011111 | 1111010 | 10001 | 10110 | 0 | 110100 | 11111101 | 1100 | 101011 |
Color Harmonies of #655F7A
Complementary color
Monochromatic Colors of #655F7A
Black with #655F7A
Text Example
Text Example
White with #655F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F7A; }
p { color: rgb(101,95,122); }
H1.HeaderClassName
{
color: #655F7A;
}
.AnyTagClassName
{
color: #655F7A;
}
</style>
background-color css
<style>
a { background-color: #655F7A; }
a { background-color: rgb(101,95,122); }
div.DivClassName
{
background-color: #655F7A;
}
.BgClassName
{
background-color: #655F7A;
}
</style>
border-color css
<style>
span { border-color: #655F7A; }
span { border-color: rgb(101,95,122); }
td.TdClassName
{
border-color: #655F7A;
}
.TagClassName
{
border-color: #655F7A;
}
</style>