Html Css Color HEX #557778 Breaker Bay

📋 copy color: '#557778'

red 85 ◦ green 119 ◦ blue 120

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

Shades of Breaker Bay #557778

Tints of Breaker Bay #557778

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 85 119 120 -
CMYK 0.29 0.01 0 0.53
HSL 181.71º 0.17% 0.4% -
HSV(B) 181.71º 0.29% 0.47% -
XYZ 13.73 16.48 20.23 -
YUV 108.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 85 119 120 0.29 0.01 0 0.53 181.71 0.17 0.4
Hex 55 77 78 1D 1 0 35 B6 11 28
Octal 125 167 170 35 1 0 65 266 21 50
Binary 1010101 1110111 1111000 11101 1 0 110101 10110110 10001 101000

Color Harmonies of #557778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557778

Black with #557778

Text Example


Text Example

White with #557778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557778; }

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

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

background-color css

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

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

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

border-color css

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

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

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