Html Css Color HEX #557877 Breaker Bay

📋 copy color: '#557877'

red 85 ◦ green 120 ◦ blue 119

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

Shades of Breaker Bay #557877

Tints of Breaker Bay #557877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

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

R = 26.23%
G = 37.04%
B = 36.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#557877 (or 0x557877) is known color: Breaker Bay. HEX triplet: 55, 78 and 77. RGB value is (85,120,119). Sum of RGB (Red+Green+Blue) = 85+120+119=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #557877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557877 is #AA8788. Grayscale: #6D6D6D. Windows color (decimal): -11175817 or 7829589. OLE color: 7829589.

HSL color Cylindrical-coordinate representation of color #557877: hue angle of 178.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557877 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 119 -
CMYK 0.29 0 0.01 0.53
HSL 178.29º 0.17% 0.4% -
HSV(B) 178.29º 0.29% 0.47% -
XYZ 13.79 16.7 19.95 -
YUV 109.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 85 120 119 0.29 0 0.01 0.53 178.29 0.17 0.4
Hex 55 78 77 1D 0 1 35 B2 11 28
Octal 125 170 167 35 0 1 65 262 21 50
Binary 1010101 1111000 1110111 11101 0 1 110101 10110010 10001 101000

Color Harmonies of #557877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557877

Black with #557877

Text Example


Text Example

White with #557877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557877; }

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

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

background-color css

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

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

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

border-color css

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

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

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