Html Css Color HEX #557675 Breaker Bay

📋 copy color: '#557675'

red 85 ◦ green 118 ◦ blue 117

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

Shades of Breaker Bay #557675

Tints of Breaker Bay #557675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 26.56%
G = 36.88%
B = 36.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#557675 (or 0x557675) is known color: Breaker Bay. HEX triplet: 55, 76 and 75. RGB value is (85,118,117). Sum of RGB (Red+Green+Blue) = 85+118+117=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #557675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557675 is #AA898A. Grayscale: #6B6B6B. Windows color (decimal): -11176331 or 7698005. OLE color: 7698005.

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

Color convert

RGB 85 118 117 -
CMYK 0.28 0 0.01 0.54
HSL 178.18º 0.16% 0.4% -
HSV(B) 178.18º 0.28% 0.46% -
XYZ 13.44 16.17 19.24 -
YUV 108.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 85 118 117 0.28 0 0.01 0.54 178.18 0.16 0.4
Hex 55 76 75 1C 0 1 36 B2 10 28
Octal 125 166 165 34 0 1 66 262 20 50
Binary 1010101 1110110 1110101 11100 0 1 110110 10110010 10000 101000

Color Harmonies of #557675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557675

Black with #557675

Text Example


Text Example

White with #557675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557675; }

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

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

background-color css

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

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

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

border-color css

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

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

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