Html Css Color HEX #557879 Breaker Bay

📋 copy color: '#557879'

red 85 ◦ green 120 ◦ blue 121

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

Shades of Breaker Bay #557879

Tints of Breaker Bay #557879

RGB

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

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

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

R = 26.07%
G = 36.81%
B = 37.12%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557879 (or 0x557879) is known color: Breaker Bay. HEX triplet: 55, 78 and 79. RGB value is (85,120,121). Sum of RGB (Red+Green+Blue) = 85+120+121=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #557879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557879 is #AA8786. Grayscale: #6D6D6D. Windows color (decimal): -11175815 or 7960661. OLE color: 7960661.

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

Color convert

RGB 85 120 121 -
CMYK 0.30 0.01 0 0.53
HSL 181.67º 0.17% 0.4% -
HSV(B) 181.67º 0.3% 0.47% -
XYZ 13.91 16.74 20.59 -
YUV 109.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 85 120 121 0.30 0.01 0 0.53 181.67 0.17 0.4
Hex 55 78 79 1E 1 0 35 B6 11 28
Octal 125 170 171 36 1 0 65 266 21 50
Binary 1010101 1111000 1111001 11110 1 0 110101 10110110 10001 101000

Color Harmonies of #557879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557879

Black with #557879

Text Example


Text Example

White with #557879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557879; }

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

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

background-color css

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

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

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

border-color css

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

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

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