#58817C

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

Shades of Breaker Bay #58817C

Tints of Breaker Bay #58817C

Color information

#58817C (or 0x58817C) is unknown color: approx Breaker Bay. HEX triplet: 58, 81 and 7C. RGB value is (88,129,124). Sum of RGB (Red+Green+Blue) = 88+129+124=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #58817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58817C is #A77E83. Grayscale: #747474. Windows color (decimal): -10976900 or 8159576. OLE color: 8159576.

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

Color convert

RGB88129124-
CMYK0.3200.040.49
HSL172.68º18.89%42.55%-
HSV(B)172.68º31.78%50.59%-
XYZ15.5119.2321.96-
YUV116.17132.42107.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=25.81%
G=37.83%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881291240.3200.040.49172.6818.8942.55
Hex58817C200431ad132b
Octal1302011744004612552353
Binary101100010000001111110010000001001100011010110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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