#58867E

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

Shades of Breaker Bay #58867E

Tints of Breaker Bay #58867E

Color information

#58867E (or 0x58867E) is unknown color: approx Breaker Bay. HEX triplet: 58, 86 and 7E. RGB value is (88,134,126). Sum of RGB (Red+Green+Blue) = 88+134+126=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #58867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867E is #A77981. Grayscale: #777777. Windows color (decimal): -10975618 or 8291928. OLE color: 8291928.

HSL color Cylindrical-coordinate representation of color #58867E: hue angle of 169.57º 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 #58867E is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB88134126-
CMYK0.3400.060.47
HSL169.57º20.72%43.53%-
HSV(B)169.57º34.33%52.55%-
XYZ16.3220.6322.86-
YUV119.33131.76105.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=25.29%
G=38.51%
B=36.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341260.3400.060.47169.5720.7243.53
Hex58867E22062Faa152c
Octal1302061764206572522554
Binary101100010000110111111010001001101011111010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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