#588782

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

Shades of Breaker Bay #588782

Tints of Breaker Bay #588782

Color information

#588782 (or 0x588782) is unknown color: approx Breaker Bay. HEX triplet: 58, 87 and 82. RGB value is (88,135,130). Sum of RGB (Red+Green+Blue) = 88+135+130=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #588782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588782 is #A7787D. Grayscale: #787878. Windows color (decimal): -10975358 or 8554328. OLE color: 8554328.

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

Color convert

RGB88135130-
CMYK0.3500.040.47
HSL173.62º21.08%43.73%-
HSV(B)173.62º34.81%52.94%-
XYZ16.7221.0124.29-
YUV120.38133.43104.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=24.93%
G=38.24%
B=36.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351300.3500.040.47173.6221.0843.73
Hex58878223042Fae152c
Octal1302072024304572562554
Binary1011000100001111000001010001101001011111010111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588782; }

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

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

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

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

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

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

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

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