Html Css Color HEX #55787C Breaker Bay

📋 copy color: '#55787C'

red 85 ◦ green 120 ◦ blue 124

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

Shades of Breaker Bay #55787C

Tints of Breaker Bay #55787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.47%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 25.84%
G = 36.47%
B = 37.69%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55787C (or 0x55787C) is known color: Breaker Bay. HEX triplet: 55, 78 and 7C. RGB value is (85,120,124). Sum of RGB (Red+Green+Blue) = 85+120+124=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #55787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55787C is #AA8783. Grayscale: #6D6D6D. Windows color (decimal): -11175812 or 8157269. OLE color: 8157269.

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

Color convert

RGB 85 120 124 -
CMYK 0.31 0.03 0 0.51
HSL 186.15º 0.19% 0.41% -
HSV(B) 186.15º 0.31% 0.49% -
XYZ 14.1 16.82 21.57 -
YUV 109.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 85 120 124 0.31 0.03 0 0.51 186.15 0.19 0.41
Hex 55 78 7C 1F 3 0 33 BA 13 29
Octal 125 170 174 37 3 0 63 272 23 51
Binary 1010101 1111000 1111100 11111 11 0 110011 10111010 10011 101001

Color Harmonies of #55787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55787C

Black with #55787C

Text Example


Text Example

White with #55787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55787C; }

 p { color: rgb(85,120,124); }

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

background-color css

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

 a { background-color: rgb(85,120,124); }

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

border-color css

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

 span { border-color: rgb(85,120,124); }

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