#557475

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

Shades of Breaker Bay #557475

Tints of Breaker Bay #557475

Color information

#557475 (or 0x557475) is unknown color: approx Breaker Bay. HEX triplet: 55, 74 and 75. RGB value is (85,116,117). Sum of RGB (Red+Green+Blue) = 85+116+117=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #557475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557475 is #AA8B8A. Grayscale: #6A6A6A. Windows color (decimal): -11176843 or 7697493. OLE color: 7697493.

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

Color convert

RGB85116117-
CMYK0.270.0100.54
HSL181.88º15.84%39.61%-
HSV(B)181.88º27.35%45.88%-
XYZ13.215.7119.17-
YUV106.84133.73112.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=26.73%
G=36.48%
B=36.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851161170.270.0100.54181.8815.8439.61
Hex5574751B1036b61028
Octal1251641653310662662050
Binary10101011110100111010111011101101101011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557475; }

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

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

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

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

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

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

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

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