Html Css Color HEX #55847C Breaker Bay

📋 copy color: '#55847C'

red 85 ◦ green 132 ◦ blue 124

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

Shades of Breaker Bay #55847C

Tints of Breaker Bay #55847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 24.93%
G = 38.71%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#55847C (or 0x55847C) is known color: Breaker Bay. HEX triplet: 55, 84 and 7C. RGB value is (85,132,124). Sum of RGB (Red+Green+Blue) = 85+132+124=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #55847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55847C is #AA7B83. Grayscale: #757575. Windows color (decimal): -11172740 or 8160341. OLE color: 8160341.

HSL color Cylindrical-coordinate representation of color #55847C: hue angle of 169.79º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55847C is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 124 -
CMYK 0.36 0 0.06 0.48
HSL 169.79º 0.22% 0.43% -
HSV(B) 169.79º 0.36% 0.52% -
XYZ 15.64 19.89 22.08 -
YUV 117.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 85 132 124 0.36 0 0.06 0.48 169.79 0.22 0.43
Hex 55 84 7C 24 0 6 30 AA 16 2B
Octal 125 204 174 44 0 6 60 252 26 53
Binary 1010101 10000100 1111100 100100 0 110 110000 10101010 10110 101011

Color Harmonies of #55847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55847C

Black with #55847C

Text Example


Text Example

White with #55847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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