#557775

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

Shades of Breaker Bay #557775

Tints of Breaker Bay #557775

Color information

#557775 (or 0x557775) is unknown color: approx Breaker Bay. HEX triplet: 55, 77 and 75. RGB value is (85,119,117). Sum of RGB (Red+Green+Blue) = 85+119+117=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #557775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557775 is #AA888A. Grayscale: #6C6C6C. Windows color (decimal): -11176075 or 7698261. OLE color: 7698261.

HSL color Cylindrical-coordinate representation of color #557775: hue angle of 176.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557775 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB85119117-
CMYK0.2900.020.53
HSL176.47º16.67%40%-
HSV(B)176.47º28.57%46.67%-
XYZ13.5516.4119.28-
YUV108.61132.74111.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=26.48%
G=37.07%
B=36.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191170.2900.020.53176.4716.6740
Hex5577751D0235b01128
Octal1251671653502652602150
Binary101010111101111110101111010101101011011000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557775; }

 p { color: rgb(85,119,117); }

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

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

 a { background-color: rgb(85,119,117); }

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

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

 span { border-color: rgb(85,119,117); }

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