Html Css Color HEX #557776 Breaker Bay

📋 copy color: '#557776'

red 85 ◦ green 119 ◦ blue 118

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

Shades of Breaker Bay #557776

Tints of Breaker Bay #557776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 26.4%
G = 36.96%
B = 36.65%

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

#557776 (or 0x557776) is known color: Breaker Bay. HEX triplet: 55, 77 and 76. RGB value is (85,119,118). Sum of RGB (Red+Green+Blue) = 85+119+118=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #557776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557776 is #AA8889. Grayscale: #6C6C6C. Windows color (decimal): -11176074 or 7763797. OLE color: 7763797.

HSL color Cylindrical-coordinate representation of color #557776: hue angle of 178.24º 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 #557776 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 118 -
CMYK 0.29 0 0.01 0.53
HSL 178.24º 0.17% 0.4% -
HSV(B) 178.24º 0.29% 0.47% -
XYZ 13.61 16.43 19.59 -
YUV 108.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 85 119 118 0.29 0 0.01 0.53 178.24 0.17 0.4
Hex 55 77 76 1D 0 1 35 B2 11 28
Octal 125 167 166 35 0 1 65 262 21 50
Binary 1010101 1110111 1110110 11101 0 1 110101 10110010 10001 101000

Color Harmonies of #557776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557776

Black with #557776

Text Example


Text Example

White with #557776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557776; }

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

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

background-color css

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

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

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

border-color css

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

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

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