Html Css Color HEX #55857F Breaker Bay

📋 copy color: '#55857F'

red 85 ◦ green 133 ◦ blue 127

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

Shades of Breaker Bay #55857F

Tints of Breaker Bay #55857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 24.64%
G = 38.55%
B = 36.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#55857F (or 0x55857F) is known color: Breaker Bay. HEX triplet: 55, 85 and 7F. RGB value is (85,133,127). Sum of RGB (Red+Green+Blue) = 85+133+127=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #55857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55857F is #AA7A80. Grayscale: #757575. Windows color (decimal): -11172481 or 8357205. OLE color: 8357205.

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

Color convert

RGB 85 133 127 -
CMYK 0.36 0 0.05 0.48
HSL 172.5º 0.22% 0.43% -
HSV(B) 172.5º 0.36% 0.52% -
XYZ 15.96 20.24 23.14 -
YUV 117.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 85 133 127 0.36 0 0.05 0.48 172.5 0.22 0.43
Hex 55 85 7F 24 0 5 30 AC 16 2B
Octal 125 205 177 44 0 5 60 254 26 53
Binary 1010101 10000101 1111111 100100 0 101 110000 10101100 10110 101011

Color Harmonies of #55857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55857F

Black with #55857F

Text Example


Text Example

White with #55857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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