Html Css Color HEX #55714E Cactus

📋 copy color: '#55714E'

red 85 ◦ green 113 ◦ blue 78

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

Shades of Cactus #55714E

Tints of Cactus #55714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 30.8%
G = 40.94%
B = 28.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#55714E (or 0x55714E) is known color: Cactus. HEX triplet: 55, 71 and 4E. RGB value is (85,113,78). Sum of RGB (Red+Green+Blue) = 85+113+78=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #55714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55714E is #AA8EB1. Grayscale: #646464. Windows color (decimal): -11177650 or 5140821. OLE color: 5140821.

HSL color Cylindrical-coordinate representation of color #55714E: hue angle of 108º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55714E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 78 -
CMYK 0.25 0 0.31 0.56
HSL 108º 0.18% 0.37% -
HSV(B) 108º 0.31% 0.44% -
XYZ 11.03 14.29 9.39 -
YUV 100.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 85 113 78 0.25 0 0.31 0.56 108 0.18 0.37
Hex 55 71 4E 19 0 1F 38 6C 12 25
Octal 125 161 116 31 0 37 70 154 22 45
Binary 1010101 1110001 1001110 11001 0 11111 111000 1101100 10010 100101

Color Harmonies of #55714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55714E

Black with #55714E

Text Example


Text Example

White with #55714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55714E; }

 p { color: rgb(85,113,78); }

 H1.HeaderClassName
 {
   color: #55714E;
 }
 .AnyTagClassName
 {
   color: #55714E;
 }
</style>

background-color css

<style>
 a { background-color: #55714E; }

 a { background-color: rgb(85,113,78); }

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

border-color css

<style>
 span { border-color: #55714E; }

 span { border-color: rgb(85,113,78); }

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