#558379

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

Shades of Breaker Bay #558379

Tints of Breaker Bay #558379

Color information

#558379 (or 0x558379) is unknown color: approx Breaker Bay. HEX triplet: 55, 83 and 79. RGB value is (85,131,121). Sum of RGB (Red+Green+Blue) = 85+131+121=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #558379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558379 is #AA7C86. Grayscale: #747474. Windows color (decimal): -11172999 or 7963477. OLE color: 7963477.

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

Color convert

RGB85131121-
CMYK0.3500.080.49
HSL166.96º21.3%42.35%-
HSV(B)166.96º35.11%51.37%-
XYZ15.3119.5421.05-
YUV116.11130.76105.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=25.22%
G=38.87%
B=35.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311210.3500.080.49166.9621.342.35
Hex558379230831a7152a
Octal12520317143010612472552
Binary1010101100000111111001100011010001100011010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558379; }

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

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

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

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

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

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

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

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