#58817B

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

Shades of Breaker Bay #58817B

Tints of Breaker Bay #58817B

Color information

#58817B (or 0x58817B) is unknown color: approx Breaker Bay. HEX triplet: 58, 81 and 7B. RGB value is (88,129,123). Sum of RGB (Red+Green+Blue) = 88+129+123=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #58817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58817B is #A77E84. Grayscale: #747474. Windows color (decimal): -10976901 or 8094040. OLE color: 8094040.

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

Color convert

RGB88129123-
CMYK0.3200.050.49
HSL171.22º18.89%42.55%-
HSV(B)171.22º31.78%50.59%-
XYZ15.4519.2121.63-
YUV116.06131.92107.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=25.88%
G=37.94%
B=36.18%

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
Decimal881291230.3200.050.49171.2218.8942.55
Hex58817B200531ab132b
Octal1302011734005612532353
Binary101100010000001111101110000001011100011010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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