#557678

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

Shades of Breaker Bay #557678

Tints of Breaker Bay #557678

Color information

#557678 (or 0x557678) is unknown color: approx Breaker Bay. HEX triplet: 55, 76 and 78. RGB value is (85,118,120). Sum of RGB (Red+Green+Blue) = 85+118+120=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #557678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557678 is #AA8987. Grayscale: #6C6C6C. Windows color (decimal): -11176328 or 7894613. OLE color: 7894613.

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

Color convert

RGB85118120-
CMYK0.290.0200.53
HSL183.43º17.07%40.2%-
HSV(B)183.43º29.17%47.06%-
XYZ13.6116.2420.19-
YUV108.36134.57111.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=26.32%
G=36.53%
B=37.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851181200.290.0200.53183.4317.0740.2
Hex5576781D2035b71128
Octal1251661703520652672150
Binary101010111101101111000111011001101011011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557678; }

 p { color: rgb(85,118,120); }

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

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

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

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

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

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

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