Html Css Color HEX #557577 Breaker Bay

📋 copy color: '#557577'

red 85 ◦ green 117 ◦ blue 119

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

Shades of Breaker Bay #557577

Tints of Breaker Bay #557577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 26.48%
G = 36.45%
B = 37.07%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557577 (or 0x557577) is known color: Breaker Bay. HEX triplet: 55, 75 and 77. RGB value is (85,117,119). Sum of RGB (Red+Green+Blue) = 85+117+119=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #557577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557577 is #AA8A88. Grayscale: #6B6B6B. Windows color (decimal): -11176585 or 7828821. OLE color: 7828821.

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

Color convert

RGB 85 117 119 -
CMYK 0.29 0.02 0 0.53
HSL 183.53º 0.17% 0.4% -
HSV(B) 183.53º 0.29% 0.47% -
XYZ 13.44 15.99 19.83 -
YUV 107.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 85 117 119 0.29 0.02 0 0.53 183.53 0.17 0.4
Hex 55 75 77 1D 2 0 35 B8 11 28
Octal 125 165 167 35 2 0 65 270 21 50
Binary 1010101 1110101 1110111 11101 10 0 110101 10111000 10001 101000

Color Harmonies of #557577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557577

Black with #557577

Text Example


Text Example

White with #557577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557577; }

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

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

background-color css

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

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

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

border-color css

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

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

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