#58867F

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

Shades of Breaker Bay #58867F

Tints of Breaker Bay #58867F

Color information

#58867F (or 0x58867F) is unknown color: approx Breaker Bay. HEX triplet: 58, 86 and 7F. RGB value is (88,134,127). Sum of RGB (Red+Green+Blue) = 88+134+127=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #58867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867F is #A77980. Grayscale: #777777. Windows color (decimal): -10975617 or 8357464. OLE color: 8357464.

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

Color convert

RGB88134127-
CMYK0.3400.050.47
HSL170.87º20.72%43.53%-
HSV(B)170.87º34.33%52.55%-
XYZ16.3820.6623.2-
YUV119.45132.26105.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 127 (50% from 255) = 36.39%
R=25.21%
G=38.40%
B=36.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341270.3400.050.47170.8720.7243.53
Hex58867F22052Fab152c
Octal1302061774205572532554
Binary101100010000110111111110001001011011111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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