Html Css Color HEX #55837C Breaker Bay

📋 copy color: '#55837C'

red 85 ◦ green 131 ◦ blue 124

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

Shades of Breaker Bay #55837C

Tints of Breaker Bay #55837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

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

R = 25%
G = 38.53%
B = 36.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#55837C (or 0x55837C) is known color: Breaker Bay. HEX triplet: 55, 83 and 7C. RGB value is (85,131,124). Sum of RGB (Red+Green+Blue) = 85+131+124=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #55837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837C is #AA7C83. Grayscale: #747474. Windows color (decimal): -11172996 or 8160085. OLE color: 8160085.

HSL color Cylindrical-coordinate representation of color #55837C: hue angle of 170.87º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55837C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 124 -
CMYK 0.35 0 0.05 0.49
HSL 170.87º 0.21% 0.42% -
HSV(B) 170.87º 0.35% 0.51% -
XYZ 15.5 19.62 22.04 -
YUV 116.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 85 131 124 0.35 0 0.05 0.49 170.87 0.21 0.42
Hex 55 83 7C 23 0 5 31 AB 15 2A
Octal 125 203 174 43 0 5 61 253 25 52
Binary 1010101 10000011 1111100 100011 0 101 110001 10101011 10101 101010

Color Harmonies of #55837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55837C

Black with #55837C

Text Example


Text Example

White with #55837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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