#58867d

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

Shades of Breaker Bay #58867D

Tints of Breaker Bay #58867D

Color information

#58867D (or 0x58867D) is unknown color: approx Breaker Bay. HEX triplet: 58, 86 and 7D. RGB value is (88,134,125). Sum of RGB (Red+Green+Blue) = 88+134+125=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #58867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867D is #A77982. Grayscale: #777777. Windows color (decimal): -10975619 or 8226392. OLE color: 8226392.

HSL color Cylindrical-coordinate representation of color #58867D: hue angle of 168.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58867D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB88134125-
CMYK0.3400.070.47
HSL168.26º20.72%43.53%-
HSV(B)168.26º34.33%52.55%-
XYZ16.2520.6122.52-
YUV119.22131.26105.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=25.36%
G=38.62%
B=36.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341250.3400.070.47168.2620.7243.53
Hex58867D22072Fa8152c
Octal1302061754207572502554
Binary101100010000110111110110001001111011111010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58867d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58867d; }

 p { color: rgb(88,134,125); }

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

<style>
 a { background-color: #58867d; }

 a { background-color: rgb(88,134,125); }

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

<style>
 span { border-color: #58867d; }

 span { border-color: rgb(88,134,125); }

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