Html Css Color HEX #557A76 Breaker Bay

📋 copy color: '#557A76'

red 85 ◦ green 122 ◦ blue 118

#557A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #557A76

Tints of Breaker Bay #557A76

RGB

 RED value IS 85 (33.59% from 255) = 26.15%

 GREEN value IS 122 (48.05% from 255) = 37.54%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 26.15%
G = 37.54%
B = 36.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#557A76 (or 0x557A76) is known color: Breaker Bay. HEX triplet: 55, 7A and 76. RGB value is (85,122,118). Sum of RGB (Red+Green+Blue) = 85+122+118=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #557A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A76 is #AA8589. Grayscale: #6E6E6E. Windows color (decimal): -11175306 or 7764565. OLE color: 7764565.

HSL color Cylindrical-coordinate representation of color #557A76: hue angle of 173.51º 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 #557A76 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 118 -
CMYK 0.30 0 0.03 0.52
HSL 173.51º 0.18% 0.41% -
HSV(B) 173.51º 0.3% 0.48% -
XYZ 13.98 17.16 19.71 -
YUV 110.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 85 122 118 0.30 0 0.03 0.52 173.51 0.18 0.41
Hex 55 7A 76 1E 0 3 34 AE 12 29
Octal 125 172 166 36 0 3 64 256 22 51
Binary 1010101 1111010 1110110 11110 0 11 110100 10101110 10010 101001

Color Harmonies of #557A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A76

Black with #557A76

Text Example


Text Example

White with #557A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557A76;
 }
 .AnyTagClassName
 {
   color: #557A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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