Shades of Deep Sea #257C5C
Tints of Deep Sea #257C5C
RGB
CMYK
RGB Variations
Color information
#257C5C (or 0x257C5C) is known color: Deep Sea. HEX triplet: 25, 7C and 5C. RGB value is (37,124,92). Sum of RGB (Red+Green+Blue) = 37+124+92=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #257C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C5C is #DA83A3. Grayscale: #5E5E5E. Windows color (decimal): -14320548 or 6061093. OLE color: 6061093.
HSL color Cylindrical-coordinate representation of color #257C5C: hue angle of 157.93º 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 #257C5C is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 92 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.51 |
| HSL | 157.93º | 0.54% | 0.32% | - |
| HSV(B) | 157.93º | 0.7% | 0.49% | - |
| XYZ | 9.9 | 15.58 | 12.61 | - |
| YUV | 94.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 92 | 0.70 | 0 | 0.26 | 0.51 | 157.93 | 0.54 | 0.32 |
| Hex | 25 | 7C | 5C | 46 | 0 | 1A | 33 | 9E | 36 | 20 |
| Octal | 45 | 174 | 134 | 106 | 0 | 32 | 63 | 236 | 66 | 40 |
| Binary | 100101 | 1111100 | 1011100 | 1000110 | 0 | 11010 | 110011 | 10011110 | 110110 | 100000 |
Color Harmonies of #257C5C
Complementary color
Monochromatic Colors of #257C5C
Black with #257C5C
Text Example
Text Example
White with #257C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C5C; }
p { color: rgb(37,124,92); }
H1.HeaderClassName
{
color: #257C5C;
}
.AnyTagClassName
{
color: #257C5C;
}
</style>
background-color css
<style>
a { background-color: #257C5C; }
a { background-color: rgb(37,124,92); }
div.DivClassName
{
background-color: #257C5C;
}
.BgClassName
{
background-color: #257C5C;
}
</style>
border-color css
<style>
span { border-color: #257C5C; }
span { border-color: rgb(37,124,92); }
td.TdClassName
{
border-color: #257C5C;
}
.TagClassName
{
border-color: #257C5C;
}
</style>