Html Css Color HEX #55797D Breaker Bay

📋 copy color: '#55797D'

red 85 ◦ green 121 ◦ blue 125

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

Shades of Breaker Bay #55797D

Tints of Breaker Bay #55797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 25.68%
G = 36.56%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55797D (or 0x55797D) is known color: Breaker Bay. HEX triplet: 55, 79 and 7D. RGB value is (85,121,125). Sum of RGB (Red+Green+Blue) = 85+121+125=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #55797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55797D is #AA8682. Grayscale: #6E6E6E. Windows color (decimal): -11175555 or 8223061. OLE color: 8223061.

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

Color convert

RGB 85 121 125 -
CMYK 0.32 0.03 0 0.51
HSL 186º 0.19% 0.41% -
HSV(B) 186º 0.32% 0.49% -
XYZ 14.29 17.09 21.95 -
YUV 110.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 85 121 125 0.32 0.03 0 0.51 186 0.19 0.41
Hex 55 79 7D 20 3 0 33 BA 13 29
Octal 125 171 175 40 3 0 63 272 23 51
Binary 1010101 1111001 1111101 100000 11 0 110011 10111010 10011 101001

Color Harmonies of #55797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55797D

Black with #55797D

Text Example


Text Example

White with #55797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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