Html Css Color HEX #557D7E Breaker Bay

📋 copy color: '#557D7E'

red 85 ◦ green 125 ◦ blue 126

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

Shades of Breaker Bay #557D7E

Tints of Breaker Bay #557D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 25.3%
G = 37.2%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#557D7E (or 0x557D7E) is known color: Breaker Bay. HEX triplet: 55, 7D and 7E. RGB value is (85,125,126). Sum of RGB (Red+Green+Blue) = 85+125+126=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #557D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D7E is #AA8281. Grayscale: #717171. Windows color (decimal): -11174530 or 8289621. OLE color: 8289621.

HSL color Cylindrical-coordinate representation of color #557D7E: hue angle of 181.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557D7E is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 126 -
CMYK 0.33 0.01 0 0.51
HSL 181.46º 0.19% 0.41% -
HSV(B) 181.46º 0.33% 0.49% -
XYZ 14.85 18.1 22.45 -
YUV 113.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 85 125 126 0.33 0.01 0 0.51 181.46 0.19 0.41
Hex 55 7D 7E 21 1 0 33 B5 13 29
Octal 125 175 176 41 1 0 63 265 23 51
Binary 1010101 1111101 1111110 100001 1 0 110011 10110101 10011 101001

Color Harmonies of #557D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D7E

Black with #557D7E

Text Example


Text Example

White with #557D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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