Html Css Color HEX #557A75 Breaker Bay

📋 copy color: '#557A75'

red 85 ◦ green 122 ◦ blue 117

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

Shades of Breaker Bay #557A75

Tints of Breaker Bay #557A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 26.23%
G = 37.65%
B = 36.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#557A75 (or 0x557A75) is known color: Breaker Bay. HEX triplet: 55, 7A and 75. RGB value is (85,122,117). Sum of RGB (Red+Green+Blue) = 85+122+117=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #557A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A75 is #AA858A. Grayscale: #6E6E6E. Windows color (decimal): -11175307 or 7699029. OLE color: 7699029.

HSL color Cylindrical-coordinate representation of color #557A75: hue angle of 171.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A75 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 117 -
CMYK 0.30 0 0.04 0.52
HSL 171.89º 0.18% 0.41% -
HSV(B) 171.89º 0.3% 0.48% -
XYZ 13.92 17.13 19.4 -
YUV 110.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 85 122 117 0.30 0 0.04 0.52 171.89 0.18 0.41
Hex 55 7A 75 1E 0 4 34 AC 12 29
Octal 125 172 165 36 0 4 64 254 22 51
Binary 1010101 1111010 1110101 11110 0 100 110100 10101100 10010 101001

Color Harmonies of #557A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A75

Black with #557A75

Text Example


Text Example

White with #557A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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