#587F7B

Color #587F7B Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #587F7B

Tints of Breaker Bay #587F7B

Color information

#587F7B (or 0x587F7B) is unknown color: approx Breaker Bay. HEX triplet: 58, 7F and 7B. RGB value is (88,127,123). Sum of RGB (Red+Green+Blue) = 88+127+123=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #587F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587F7B is #A78084. Grayscale: #727272. Windows color (decimal): -10977413 or 8093528. OLE color: 8093528.

HSL color Cylindrical-coordinate representation of color #587F7B: hue angle of 173.85º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #587F7B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB88127123-
CMYK0.3100.030.50
HSL173.85º18.14%42.16%-
HSV(B)173.85º30.71%49.8%-
XYZ15.1918.6821.54-
YUV114.88132.58108.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=26.04%
G=37.57%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881271230.3100.030.50173.8518.1442.16
Hex587F7B1F0332ae122a
Octal1301771733703622562252
Binary101100011111111111011111110111100101010111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587F7B; }

 p { color: rgb(88,127,123); }

 H1.HeaderClassName
 {
   color: #587F7B;
 }
 .AnyTagClassName
 {
   color: #587F7B;
 }
</style>
background-color css

<style>
 a { background-color: #587F7B; }

 a { background-color: rgb(88,127,123); }

 div.DivClassName
 {
   background-color: #587F7B;
 }
 .BgClassName
 {
   background-color: #587F7B;
 }
</style>
border-color css

<style>
 span { border-color: #587F7B; }

 span { border-color: rgb(88,127,123); }

 td.TdClassName
 {
   border-color: #587F7B;
 }
 .TagClassName
 {
   border-color: #587F7B;
 }
</style>