#557675

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

Shades of Breaker Bay #557675

Tints of Breaker Bay #557675

Color information

#557675 (or 0x557675) is unknown color: approx Breaker Bay. HEX triplet: 55, 76 and 75. RGB value is (85,118,117). Sum of RGB (Red+Green+Blue) = 85+118+117=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #557675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557675 is #AA898A. Grayscale: #6B6B6B. Windows color (decimal): -11176331 or 7698005. OLE color: 7698005.

HSL color Cylindrical-coordinate representation of color #557675: hue angle of 178.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557675 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB85118117-
CMYK0.2800.010.54
HSL178.18º16.26%39.8%-
HSV(B)178.18º27.97%46.27%-
XYZ13.4416.1719.24-
YUV108.02133.07111.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=26.56%
G=36.88%
B=36.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181170.2800.010.54178.1816.2639.8
Hex5576751C0136b21028
Octal1251661653401662622050
Binary10101011110110111010111100011101101011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557675; }

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

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

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

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

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

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

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

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