Html Css Color HEX #557D7F Breaker Bay

📋 copy color: '#557D7F'

red 85 ◦ green 125 ◦ blue 127

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

Shades of Breaker Bay #557D7F

Tints of Breaker Bay #557D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 25.22%
G = 37.09%
B = 37.69%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#557D7F (or 0x557D7F) is known color: Breaker Bay. HEX triplet: 55, 7D and 7F. RGB value is (85,125,127). Sum of RGB (Red+Green+Blue) = 85+125+127=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #557D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D7F is #AA8280. Grayscale: #717171. Windows color (decimal): -11174529 or 8355157. OLE color: 8355157.

HSL color Cylindrical-coordinate representation of color #557D7F: hue angle of 182.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557D7F is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 125 127 -
CMYK 0.33 0.02 0 0.50
HSL 182.86º 0.2% 0.42% -
HSV(B) 182.86º 0.33% 0.5% -
XYZ 14.91 18.13 22.79 -
YUV 113.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 85 125 127 0.33 0.02 0 0.50 182.86 0.2 0.42
Hex 55 7D 7F 21 2 0 32 B7 14 2A
Octal 125 175 177 41 2 0 62 267 24 52
Binary 1010101 1111101 1111111 100001 10 0 110010 10110111 10100 101010

Color Harmonies of #557D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D7F

Black with #557D7F

Text Example


Text Example

White with #557D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,127); }

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

background-color css

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

 a { background-color: rgb(85,125,127); }

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

border-color css

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

 span { border-color: rgb(85,125,127); }

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