Html Css Color HEX #55777A Breaker Bay

📋 copy color: '#55777A'

red 85 ◦ green 119 ◦ blue 122

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

Shades of Breaker Bay #55777A

Tints of Breaker Bay #55777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 26.07%
G = 36.5%
B = 37.42%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55777A (or 0x55777A) is known color: Breaker Bay. HEX triplet: 55, 77 and 7A. RGB value is (85,119,122). Sum of RGB (Red+Green+Blue) = 85+119+122=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #55777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55777A is #AA8885. Grayscale: #6D6D6D. Windows color (decimal): -11176070 or 8025941. OLE color: 8025941.

HSL color Cylindrical-coordinate representation of color #55777A: hue angle of 184.86º 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 #55777A is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 119 122 -
CMYK 0.30 0.02 0 0.52
HSL 184.86º 0.18% 0.41% -
HSV(B) 184.86º 0.3% 0.48% -
XYZ 13.86 16.53 20.87 -
YUV 109.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 85 119 122 0.30 0.02 0 0.52 184.86 0.18 0.41
Hex 55 77 7A 1E 2 0 34 B9 12 29
Octal 125 167 172 36 2 0 64 271 22 51
Binary 1010101 1110111 1111010 11110 10 0 110100 10111001 10010 101001

Color Harmonies of #55777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55777A

Black with #55777A

Text Example


Text Example

White with #55777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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