Html Css Color HEX #557674 Breaker Bay

📋 copy color: '#557674'

red 85 ◦ green 118 ◦ blue 116

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

Shades of Breaker Bay #557674

Tints of Breaker Bay #557674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 26.65%
G = 36.99%
B = 36.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#557674 (or 0x557674) is known color: Breaker Bay. HEX triplet: 55, 76 and 74. RGB value is (85,118,116). Sum of RGB (Red+Green+Blue) = 85+118+116=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #557674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557674 is #AA898B. Grayscale: #6B6B6B. Windows color (decimal): -11176332 or 7632469. OLE color: 7632469.

HSL color Cylindrical-coordinate representation of color #557674: hue angle of 176.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557674 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 116 -
CMYK 0.28 0 0.02 0.54
HSL 176.36º 0.16% 0.4% -
HSV(B) 176.36º 0.28% 0.46% -
XYZ 13.38 16.15 18.94 -
YUV 107.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 85 118 116 0.28 0 0.02 0.54 176.36 0.16 0.4
Hex 55 76 74 1C 0 2 36 B0 10 28
Octal 125 166 164 34 0 2 66 260 20 50
Binary 1010101 1110110 1110100 11100 0 10 110110 10110000 10000 101000

Color Harmonies of #557674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557674

Black with #557674

Text Example


Text Example

White with #557674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557674; }

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

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

background-color css

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

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

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

border-color css

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

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

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