Html Css Color HEX #557978 Breaker Bay

📋 copy color: '#557978'

red 85 ◦ green 121 ◦ blue 120

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

Shades of Breaker Bay #557978

Tints of Breaker Bay #557978

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 85 121 120 -
CMYK 0.30 0 0.01 0.53
HSL 178.33º 0.17% 0.4% -
HSV(B) 178.33º 0.3% 0.47% -
XYZ 13.97 16.96 20.31 -
YUV 110.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 85 121 120 0.30 0 0.01 0.53 178.33 0.17 0.4
Hex 55 79 78 1E 0 1 35 B2 11 28
Octal 125 171 170 36 0 1 65 262 21 50
Binary 1010101 1111001 1111000 11110 0 1 110101 10110010 10001 101000

Color Harmonies of #557978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557978

Black with #557978

Text Example


Text Example

White with #557978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557978; }

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

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

background-color css

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

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

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

border-color css

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

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

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