#557777

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

Shades of Breaker Bay #557777

Tints of Breaker Bay #557777

Color information

#557777 (or 0x557777) is unknown color: approx Breaker Bay. HEX triplet: 55, 77 and 77. RGB value is (85,119,119). Sum of RGB (Red+Green+Blue) = 85+119+119=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #557777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557777 is #AA8888. Grayscale: #6C6C6C. Windows color (decimal): -11176073 or 7829333. OLE color: 7829333.

HSL color Cylindrical-coordinate representation of color #557777: hue angle of 180º 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 #557777 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85119119-
CMYK0.29000.53
HSL180º16.67%40%-
HSV(B)180º28.57%46.67%-
XYZ13.6716.4619.91-
YUV108.83133.74111-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=26.32%
G=36.84%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191190.29000.5318016.6740
Hex5577771D0035b41128
Octal1251671673500652642150
Binary10101011110111111011111101001101011011010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557777; }

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

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

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

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

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

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

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

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