#58847E

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

Shades of Breaker Bay #58847E

Tints of Breaker Bay #58847E

Color information

#58847E (or 0x58847E) is unknown color: approx Breaker Bay. HEX triplet: 58, 84 and 7E. RGB value is (88,132,126). Sum of RGB (Red+Green+Blue) = 88+132+126=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #58847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58847E is #A77B81. Grayscale: #767676. Windows color (decimal): -10976130 or 8291416. OLE color: 8291416.

HSL color Cylindrical-coordinate representation of color #58847E: hue angle of 171.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58847E is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB88132126-
CMYK0.3300.050.48
HSL171.82º20%43.14%-
HSV(B)171.82º33.33%51.76%-
XYZ16.0420.0822.77-
YUV118.16132.42106.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=25.43%
G=38.15%
B=36.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321260.3300.050.48171.822043.14
Hex58847E210530ac142b
Octal1302041764105602542453
Binary101100010000100111111010000101011100001010110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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