Html Css Color HEX #58847F Breaker Bay

📋 copy color: '#58847F'

red 88 ◦ green 132 ◦ blue 127

#58847F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #58847F

Tints of Breaker Bay #58847F

RGB

 RED value IS 88 (34.77% from 255) = 25.36%

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 25.36%
G = 38.04%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#58847F (or 0x58847F) is known color: Breaker Bay. HEX triplet: 58, 84 and 7F. RGB value is (88,132,127). Sum of RGB (Red+Green+Blue) = 88+132+127=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #58847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58847F is #A77B80. Grayscale: #767676. Windows color (decimal): -10976129 or 8356952. OLE color: 8356952.

HSL color Cylindrical-coordinate representation of color #58847F: hue angle of 173.18º 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 #58847F is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 127 -
CMYK 0.33 0 0.04 0.48
HSL 173.18º 0.2% 0.43% -
HSV(B) 173.18º 0.33% 0.52% -
XYZ 16.11 20.11 23.11 -
YUV 118.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 88 132 127 0.33 0 0.04 0.48 173.18 0.2 0.43
Hex 58 84 7F 21 0 4 30 AD 14 2B
Octal 130 204 177 41 0 4 60 255 24 53
Binary 1011000 10000100 1111111 100001 0 100 110000 10101101 10100 101011

Color Harmonies of #58847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58847F

Black with #58847F

Text Example


Text Example

White with #58847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58847F;
 }
 .AnyTagClassName
 {
   color: #58847F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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