#588180

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

Shades of Breaker Bay #588180

Tints of Breaker Bay #588180

Color information

#588180 (or 0x588180) is unknown color: approx Breaker Bay. HEX triplet: 58, 81 and 80. RGB value is (88,129,128). Sum of RGB (Red+Green+Blue) = 88+129+128=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #588180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588180 is #A77E7F. Grayscale: #747474. Windows color (decimal): -10976896 or 8421720. OLE color: 8421720.

HSL color Cylindrical-coordinate representation of color #588180: hue angle of 178.54º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588180 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB88129128-
CMYK0.3200.010.49
HSL178.54º18.89%42.55%-
HSV(B)178.54º31.78%50.59%-
XYZ15.7719.3323.32-
YUV116.63134.42107.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=25.51%
G=37.39%
B=37.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881291280.3200.010.49178.5418.8942.55
Hex588180200131b3132b
Octal1302012004001612632353
Binary10110001000000110000000100000011100011011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588180; }

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

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

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

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

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

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

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

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