Html Css Color HEX #55877D Breaker Bay

📋 copy color: '#55877D'

red 85 ◦ green 135 ◦ blue 125

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

Shades of Breaker Bay #55877D

Tints of Breaker Bay #55877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

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

R = 24.64%
G = 39.13%
B = 36.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#55877D (or 0x55877D) is known color: Breaker Bay. HEX triplet: 55, 87 and 7D. RGB value is (85,135,125). Sum of RGB (Red+Green+Blue) = 85+135+125=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #55877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55877D is #AA7882. Grayscale: #767676. Windows color (decimal): -11171971 or 8226645. OLE color: 8226645.

HSL color Cylindrical-coordinate representation of color #55877D: hue angle of 168º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55877D is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 125 -
CMYK 0.37 0 0.07 0.47
HSL 168º 0.23% 0.43% -
HSV(B) 168º 0.37% 0.53% -
XYZ 16.11 20.74 22.56 -
YUV 118.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 85 135 125 0.37 0 0.07 0.47 168 0.23 0.43
Hex 55 87 7D 25 0 7 2F A8 17 2B
Octal 125 207 175 45 0 7 57 250 27 53
Binary 1010101 10000111 1111101 100101 0 111 101111 10101000 10111 101011

Color Harmonies of #55877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55877D

Black with #55877D

Text Example


Text Example

White with #55877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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