#557F7C

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

Shades of Breaker Bay #557F7C

Tints of Breaker Bay #557F7C

Color information

#557F7C (or 0x557F7C) is unknown color: approx Breaker Bay. HEX triplet: 55, 7F and 7C. RGB value is (85,127,124). Sum of RGB (Red+Green+Blue) = 85+127+124=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #557F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F7C is #AA8083. Grayscale: #727272. Windows color (decimal): -11174020 or 8159061. OLE color: 8159061.

HSL color Cylindrical-coordinate representation of color #557F7C: hue angle of 175.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557F7C is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB85127124-
CMYK0.3300.020.50
HSL175.71º19.81%41.57%-
HSV(B)175.71º33.07%49.8%-
XYZ14.9718.5721.86-
YUV114.1133.59107.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=25.30%
G=37.80%
B=36.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851271240.3300.020.50175.7119.8141.57
Hex557F7C210232b0142a
Octal1251771744102622602452
Binary1010101111111111111001000010101100101011000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F7C; }

 p { color: rgb(85,127,124); }

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

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

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

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

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

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

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