#588681

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

Shades of Breaker Bay #588681

Tints of Breaker Bay #588681

Color information

#588681 (or 0x588681) is unknown color: approx Breaker Bay. HEX triplet: 58, 86 and 81. RGB value is (88,134,129). Sum of RGB (Red+Green+Blue) = 88+134+129=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #588681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588681 is #A7797E. Grayscale: #777777. Windows color (decimal): -10975615 or 8488536. OLE color: 8488536.

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

Color convert

RGB88134129-
CMYK0.3400.040.47
HSL173.48º20.72%43.53%-
HSV(B)173.48º34.33%52.55%-
XYZ16.5120.7123.9-
YUV119.68133.26105.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=25.07%
G=38.18%
B=36.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341290.3400.040.47173.4820.7243.53
Hex58868122042Fad152c
Octal1302062014204572552554
Binary1011000100001101000000110001001001011111010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588681; }

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

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

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

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

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

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

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

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