#58877F

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

Shades of Breaker Bay #58877F

Tints of Breaker Bay #58877F

Color information

#58877F (or 0x58877F) is unknown color: approx Breaker Bay. HEX triplet: 58, 87 and 7F. RGB value is (88,135,127). Sum of RGB (Red+Green+Blue) = 88+135+127=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #58877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58877F is #A77880. Grayscale: #787878. Windows color (decimal): -10975361 or 8357720. OLE color: 8357720.

HSL color Cylindrical-coordinate representation of color #58877F: hue angle of 169.79º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58877F is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB88135127-
CMYK0.3500.060.47
HSL169.79º21.08%43.73%-
HSV(B)169.79º34.81%52.94%-
XYZ16.5220.9323.25-
YUV120.03131.93105.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 127 (50% from 255) = 36.29%
R=25.14%
G=38.57%
B=36.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351270.3500.060.47169.7921.0843.73
Hex58877F23062Faa152c
Octal1302071774306572522554
Binary101100010000111111111110001101101011111010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58877F; }

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

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

<style>
 a { background-color: #58877F; }

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

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

<style>
 span { border-color: #58877F; }

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

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