Html Css Color HEX #556753 Cactus

📋 copy color: '#556753'

red 85 ◦ green 103 ◦ blue 83

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

Shades of Cactus #556753

Tints of Cactus #556753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 31.37%
G = 38.01%
B = 30.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#556753 (or 0x556753) is known color: Cactus. HEX triplet: 55, 67 and 53. RGB value is (85,103,83). Sum of RGB (Red+Green+Blue) = 85+103+83=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #556753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556753 is #AA98AC. Grayscale: #5F5F5F. Windows color (decimal): -11180205 or 5465941. OLE color: 5465941.

HSL color Cylindrical-coordinate representation of color #556753: hue angle of 114º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556753 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 83 -
CMYK 0.17 0 0.19 0.60
HSL 114º 0.11% 0.36% -
HSV(B) 114º 0.19% 0.4% -
XYZ 10.16 12.26 10.01 -
YUV 95.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 85 103 83 0.17 0 0.19 0.60 114 0.11 0.36
Hex 55 67 53 11 0 13 3C 72 B 24
Octal 125 147 123 21 0 23 74 162 13 44
Binary 1010101 1100111 1010011 10001 0 10011 111100 1110010 1011 100100

Color Harmonies of #556753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556753

Black with #556753

Text Example


Text Example

White with #556753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556753; }

 p { color: rgb(85,103,83); }

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

background-color css

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

 a { background-color: rgb(85,103,83); }

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

border-color css

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

 span { border-color: rgb(85,103,83); }

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