Shades of Deep Sea #257D5C
Tints of Deep Sea #257D5C
RGB
CMYK
RGB Variations
Color information
#257D5C (or 0x257D5C) is known color: Deep Sea. HEX triplet: 25, 7D and 5C. RGB value is (37,125,92). Sum of RGB (Red+Green+Blue) = 37+125+92=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #257D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D5C is #DA82A3. Grayscale: #5E5E5E. Windows color (decimal): -14320292 or 6061349. OLE color: 6061349.
HSL color Cylindrical-coordinate representation of color #257D5C: hue angle of 157.5º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D5C is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 92 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.51 |
| HSL | 157.5º | 0.54% | 0.32% | - |
| HSV(B) | 157.5º | 0.7% | 0.49% | - |
| XYZ | 10.03 | 15.83 | 12.65 | - |
| YUV | 94.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 92 | 0.70 | 0 | 0.26 | 0.51 | 157.5 | 0.54 | 0.32 |
| Hex | 25 | 7D | 5C | 46 | 0 | 1A | 33 | 9E | 36 | 20 |
| Octal | 45 | 175 | 134 | 106 | 0 | 32 | 63 | 236 | 66 | 40 |
| Binary | 100101 | 1111101 | 1011100 | 1000110 | 0 | 11010 | 110011 | 10011110 | 110110 | 100000 |
Color Harmonies of #257D5C
Complementary color
Monochromatic Colors of #257D5C
Black with #257D5C
Text Example
Text Example
White with #257D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D5C; }
p { color: rgb(37,125,92); }
H1.HeaderClassName
{
color: #257D5C;
}
.AnyTagClassName
{
color: #257D5C;
}
</style>
background-color css
<style>
a { background-color: #257D5C; }
a { background-color: rgb(37,125,92); }
div.DivClassName
{
background-color: #257D5C;
}
.BgClassName
{
background-color: #257D5C;
}
</style>
border-color css
<style>
span { border-color: #257D5C; }
span { border-color: rgb(37,125,92); }
td.TdClassName
{
border-color: #257D5C;
}
.TagClassName
{
border-color: #257D5C;
}
</style>