Html Css Color HEX #557173 Breaker Bay

📋 copy color: '#557173'

red 85 ◦ green 113 ◦ blue 115

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

Shades of Breaker Bay #557173

Tints of Breaker Bay #557173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 27.16%
G = 36.1%
B = 36.74%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557173 (or 0x557173) is known color: Breaker Bay. HEX triplet: 55, 71 and 73. RGB value is (85,113,115). Sum of RGB (Red+Green+Blue) = 85+113+115=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #557173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557173 is #AA8E8C. Grayscale: #686868. Windows color (decimal): -11177613 or 7565653. OLE color: 7565653.

HSL color Cylindrical-coordinate representation of color #557173: hue angle of 184º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557173 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 113 115 -
CMYK 0.26 0.02 0 0.55
HSL 184º 0.15% 0.39% -
HSV(B) 184º 0.26% 0.45% -
XYZ 12.75 14.98 18.44 -
YUV 104.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 85 113 115 0.26 0.02 0 0.55 184 0.15 0.39
Hex 55 71 73 1A 2 0 37 B8 F 27
Octal 125 161 163 32 2 0 67 270 17 47
Binary 1010101 1110001 1110011 11010 10 0 110111 10111000 1111 100111

Color Harmonies of #557173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557173

Black with #557173

Text Example


Text Example

White with #557173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557173; }

 p { color: rgb(85,113,115); }

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

background-color css

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

 a { background-color: rgb(85,113,115); }

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

border-color css

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

 span { border-color: rgb(85,113,115); }

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