Shades of Breaker Bay #5E7D7B
Tints of Breaker Bay #5E7D7B
RGB
CMYK
RGB Variations
Color information
#5E7D7B (or 0x5E7D7B) is known color: Breaker Bay. HEX triplet: 5E, 7D and 7B. RGB value is (94,125,123). Sum of RGB (Red+Green+Blue) = 94+125+123=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D7B is #A18284. Grayscale: #737373. Windows color (decimal): -10584709 or 8093022. OLE color: 8093022.
HSL color Cylindrical-coordinate representation of color #5E7D7B: hue angle of 176.13º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D7B is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
RGB | 94 | 125 | 123 | - |
CMYK | 0.25 | 0 | 0.02 | 0.51 |
HSL | 176.13º | 0.14% | 0.43% | - |
HSV(B) | 176.13º | 0.25% | 0.49% | - |
XYZ | 15.52 | 18.48 | 21.49 | - |
YUV | 115.5 | 132.23 | 112.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 125 | 123 | 0.25 | 0 | 0.02 | 0.51 | 176.13 | 0.14 | 0.43 |
Hex | 5E | 7D | 7B | 19 | 0 | 2 | 33 | B0 | E | 2B |
Octal | 136 | 175 | 173 | 31 | 0 | 2 | 63 | 260 | 16 | 53 |
Binary | 1011110 | 1111101 | 1111011 | 11001 | 0 | 10 | 110011 | 10110000 | 1110 | 101011 |
Color Harmonies of #5E7D7B
Complementary color
Monochromatic Colors of #5E7D7B
Black with #5E7D7B
Text Example
Text Example
White with #5E7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7D7B; }
p { color: rgb(94,125,123); }
H1.HeaderClassName
{
color: #5E7D7B;
}
.AnyTagClassName
{
color: #5E7D7B;
}
</style>
background-color css
<style>
a { background-color: #5E7D7B; }
a { background-color: rgb(94,125,123); }
div.DivClassName
{
background-color: #5E7D7B;
}
.BgClassName
{
background-color: #5E7D7B;
}
</style>
border-color css
<style>
span { border-color: #5E7D7B; }
span { border-color: rgb(94,125,123); }
td.TdClassName
{
border-color: #5E7D7B;
}
.TagClassName
{
border-color: #5E7D7B;
}
</style>