Html Css Color HEX #55847F Breaker Bay

📋 copy color: '#55847F'

red 85 ◦ green 132 ◦ blue 127

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

Shades of Breaker Bay #55847F

Tints of Breaker Bay #55847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 24.71%
G = 38.37%
B = 36.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#55847F (or 0x55847F) is known color: Breaker Bay. HEX triplet: 55, 84 and 7F. RGB value is (85,132,127). Sum of RGB (Red+Green+Blue) = 85+132+127=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #55847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55847F is #AA7B80. Grayscale: #757575. Windows color (decimal): -11172737 or 8356949. OLE color: 8356949.

HSL color Cylindrical-coordinate representation of color #55847F: hue angle of 173.62º 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 #55847F is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 127 -
CMYK 0.36 0 0.04 0.48
HSL 173.62º 0.22% 0.43% -
HSV(B) 173.62º 0.36% 0.52% -
XYZ 15.83 19.97 23.1 -
YUV 117.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 85 132 127 0.36 0 0.04 0.48 173.62 0.22 0.43
Hex 55 84 7F 24 0 4 30 AE 16 2B
Octal 125 204 177 44 0 4 60 256 26 53
Binary 1010101 10000100 1111111 100100 0 100 110000 10101110 10110 101011

Color Harmonies of #55847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55847F

Black with #55847F

Text Example


Text Example

White with #55847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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