#557A7A

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

Shades of Breaker Bay #557A7A

Tints of Breaker Bay #557A7A

Color information

#557A7A (or 0x557A7A) is unknown color: approx Breaker Bay. HEX triplet: 55, 7A and 7A. RGB value is (85,122,122). Sum of RGB (Red+Green+Blue) = 85+122+122=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #557A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7A is #AA8585. Grayscale: #6E6E6E. Windows color (decimal): -11175302 or 8026709. OLE color: 8026709.

HSL color Cylindrical-coordinate representation of color #557A7A: hue angle of 180º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A7A is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85122122-
CMYK0.30000.52
HSL180º17.87%40.59%-
HSV(B)180º30.33%47.84%-
XYZ14.2217.2620.99-
YUV110.94134.24109.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=25.84%
G=37.08%
B=37.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221220.30000.5218017.8740.59
Hex557A7A1E0034b41229
Octal1251721723600642642251
Binary10101011111010111101011110001101001011010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,122,122); }

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

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

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

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

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

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

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