#557477

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

Shades of Breaker Bay #557477

Tints of Breaker Bay #557477

Color information

#557477 (or 0x557477) is unknown color: approx Breaker Bay. HEX triplet: 55, 74 and 77. RGB value is (85,116,119). Sum of RGB (Red+Green+Blue) = 85+116+119=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #557477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557477 is #AA8B88. Grayscale: #6B6B6B. Windows color (decimal): -11176841 or 7828565. OLE color: 7828565.

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

Color convert

RGB85116119-
CMYK0.290.0300.53
HSL185.29º16.67%40%-
HSV(B)185.29º28.57%46.67%-
XYZ13.3215.7519.79-
YUV107.07134.73112.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=26.56%
G=36.25%
B=37.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851161190.290.0300.53185.2916.6740
Hex5574771D3035b91128
Octal1251641673530652712150
Binary101010111101001110111111011101101011011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557477; }

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

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

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

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

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

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

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

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