#58827F

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

Shades of Breaker Bay #58827F

Tints of Breaker Bay #58827F

Color information

#58827F (or 0x58827F) is unknown color: approx Breaker Bay. HEX triplet: 58, 82 and 7F. RGB value is (88,130,127). Sum of RGB (Red+Green+Blue) = 88+130+127=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #58827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58827F is #A77D80. Grayscale: #757575. Windows color (decimal): -10976641 or 8356440. OLE color: 8356440.

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

Color convert

RGB88130127-
CMYK0.3200.020.49
HSL175.71º19.27%42.75%-
HSV(B)175.71º32.31%50.98%-
XYZ15.8419.5723.02-
YUV117.1133.59107.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 127 (50% from 255) = 36.81%
R=25.51%
G=37.68%
B=36.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301270.3200.020.49175.7119.2742.75
Hex58827F200231b0132b
Octal1302021774002612602353
Binary10110001000001011111111000000101100011011000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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