#58827C

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

Shades of Breaker Bay #58827C

Tints of Breaker Bay #58827C

Color information

#58827C (or 0x58827C) is unknown color: approx Breaker Bay. HEX triplet: 58, 82 and 7C. RGB value is (88,130,124). Sum of RGB (Red+Green+Blue) = 88+130+124=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #58827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58827C is #A77D83. Grayscale: #747474. Windows color (decimal): -10976644 or 8159832. OLE color: 8159832.

HSL color Cylindrical-coordinate representation of color #58827C: hue angle of 171.43º 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 #58827C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB88130124-
CMYK0.3200.050.49
HSL171.43º19.27%42.75%-
HSV(B)171.43º32.31%50.98%-
XYZ15.6519.522.01-
YUV116.76132.09107.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=25.73%
G=38.01%
B=36.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301240.3200.050.49171.4319.2742.75
Hex58827C200531ab132b
Octal1302021744005612532353
Binary101100010000010111110010000001011100011010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58827C; }

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

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

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

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

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

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

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

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