Html Css Color HEX #557A79 Breaker Bay

📋 copy color: '#557A79'

red 85 ◦ green 122 ◦ blue 121

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

Shades of Breaker Bay #557A79

Tints of Breaker Bay #557A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 25.91%
G = 37.2%
B = 36.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#557A79 (or 0x557A79) is known color: Breaker Bay. HEX triplet: 55, 7A and 79. RGB value is (85,122,121). Sum of RGB (Red+Green+Blue) = 85+122+121=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #557A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A79 is #AA8586. Grayscale: #6E6E6E. Windows color (decimal): -11175303 or 7961173. OLE color: 7961173.

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

Color convert

RGB 85 122 121 -
CMYK 0.30 0 0.01 0.52
HSL 178.38º 0.18% 0.41% -
HSV(B) 178.38º 0.3% 0.48% -
XYZ 14.16 17.23 20.67 -
YUV 110.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 85 122 121 0.30 0 0.01 0.52 178.38 0.18 0.41
Hex 55 7A 79 1E 0 1 34 B2 12 29
Octal 125 172 171 36 0 1 64 262 22 51
Binary 1010101 1111010 1111001 11110 0 1 110100 10110010 10010 101001

Color Harmonies of #557A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A79

Black with #557A79

Text Example


Text Example

White with #557A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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