Html Css Color HEX #557C77 Breaker Bay

📋 copy color: '#557C77'

red 85 ◦ green 124 ◦ blue 119

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

Shades of Breaker Bay #557C77

Tints of Breaker Bay #557C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 25.91%
G = 37.8%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#557C77 (or 0x557C77) is known color: Breaker Bay. HEX triplet: 55, 7C and 77. RGB value is (85,124,119). Sum of RGB (Red+Green+Blue) = 85+124+119=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #557C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C77 is #AA8388. Grayscale: #6F6F6F. Windows color (decimal): -11174793 or 7830613. OLE color: 7830613.

HSL color Cylindrical-coordinate representation of color #557C77: hue angle of 172.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C77 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 119 -
CMYK 0.31 0 0.04 0.51
HSL 172.31º 0.19% 0.41% -
HSV(B) 172.31º 0.31% 0.49% -
XYZ 14.28 17.68 20.11 -
YUV 111.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 85 124 119 0.31 0 0.04 0.51 172.31 0.19 0.41
Hex 55 7C 77 1F 0 4 33 AC 13 29
Octal 125 174 167 37 0 4 63 254 23 51
Binary 1010101 1111100 1110111 11111 0 100 110011 10101100 10011 101001

Color Harmonies of #557C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C77

Black with #557C77

Text Example


Text Example

White with #557C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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