Html Css Color HEX #558179 Breaker Bay

📋 copy color: '#558179'

red 85 ◦ green 129 ◦ blue 121

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

Shades of Breaker Bay #558179

Tints of Breaker Bay #558179

RGB

 RED value IS 85 (33.59% from 255) = 25.37%

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 25.37%
G = 38.51%
B = 36.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#558179 (or 0x558179) is known color: Breaker Bay. HEX triplet: 55, 81 and 79. RGB value is (85,129,121). Sum of RGB (Red+Green+Blue) = 85+129+121=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #558179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558179 is #AA7E86. Grayscale: #727272. Windows color (decimal): -11173511 or 7962965. OLE color: 7962965.

HSL color Cylindrical-coordinate representation of color #558179: hue angle of 169.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558179 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 121 -
CMYK 0.34 0 0.06 0.49
HSL 169.09º 0.21% 0.42% -
HSV(B) 169.09º 0.34% 0.51% -
XYZ 15.05 19.01 20.97 -
YUV 114.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 85 129 121 0.34 0 0.06 0.49 169.09 0.21 0.42
Hex 55 81 79 22 0 6 31 A9 15 2A
Octal 125 201 171 42 0 6 61 251 25 52
Binary 1010101 10000001 1111001 100010 0 110 110001 10101001 10101 101010

Color Harmonies of #558179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558179

Black with #558179

Text Example


Text Example

White with #558179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558179; }

 p { color: rgb(85,129,121); }

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

background-color css

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

 a { background-color: rgb(85,129,121); }

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

border-color css

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

 span { border-color: rgb(85,129,121); }

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