Html Css Color HEX #5C6358 Cactus

📋 copy color: '#5C6358'

red 92 ◦ green 99 ◦ blue 88

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

Shades of Cactus #5C6358

Tints of Cactus #5C6358

RGB

 RED value IS 92 (36.33% from 255) = 32.97%

 GREEN value IS 99 (39.06% from 255) = 35.48%

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 32.97%
G = 35.48%
B = 31.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#5C6358 (or 0x5C6358) is known color: Cactus. HEX triplet: 5C, 63 and 58. RGB value is (92,99,88). Sum of RGB (Red+Green+Blue) = 92+99+88=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6358 is #A39CA7. Grayscale: #5F5F5F. Windows color (decimal): -10722472 or 5792604. OLE color: 5792604.

HSL color Cylindrical-coordinate representation of color #5C6358: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C6358 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 99 88 -
CMYK 0.07 0 0.11 0.61
HSL 98.18º 0.06% 0.37% -
HSV(B) 98.18º 0.11% 0.39% -
XYZ 10.64 11.9 10.97 -
YUV 95.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 92 99 88 0.07 0 0.11 0.61 98.18 0.06 0.37
Hex 5C 63 58 7 0 B 3D 62 6 25
Octal 134 143 130 7 0 13 75 142 6 45
Binary 1011100 1100011 1011000 111 0 1011 111101 1100010 110 100101

Color Harmonies of #5C6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6358

Black with #5C6358

Text Example


Text Example

White with #5C6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C6358; }

 p { color: rgb(92,99,88); }

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

background-color css

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

 a { background-color: rgb(92,99,88); }

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

border-color css

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

 span { border-color: rgb(92,99,88); }

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