#5D625A

Color #5D625A Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5D625A

Tints of Cactus #5D625A

Color information

#5D625A (or 0x5D625A) is unknown color: approx Cactus. HEX triplet: 5D, 62 and 5A. RGB value is (93,98,90). Sum of RGB (Red+Green+Blue) = 93+98+90=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #5D625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D625A is #A29DA5. Grayscale: #5F5F5F. Windows color (decimal): -10657190 or 5923421. OLE color: 5923421.

HSL color Cylindrical-coordinate representation of color #5D625A: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5D625A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB939890-
CMYK0.0500.080.62
HSL97.5º4.26%36.86%-
HSV(B)97.5º8.16%38.43%-
XYZ10.7311.811.39-
YUV95.59124.84126.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=33.10%
G=34.88%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398900.0500.080.6297.54.2636.86
Hex5D625A5083E61425
Octal135142132501076141445
Binary101110111000101011010101010001111101100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,90); }

 H1.HeaderClassName
 {
   color: #5D625A;
 }
 .AnyTagClassName
 {
   color: #5D625A;
 }
</style>
background-color css

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

 a { background-color: rgb(93,98,90); }

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

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

 span { border-color: rgb(93,98,90); }

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