Html Css Color HEX #5A6157 Cactus

📋 copy color: '#5A6157'

red 90 ◦ green 97 ◦ blue 87

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

Shades of Cactus #5A6157

Tints of Cactus #5A6157

RGB

 RED value IS 90 (35.55% from 255) = 32.85%

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 32.85%
G = 35.4%
B = 31.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#5A6157 (or 0x5A6157) is known color: Cactus. HEX triplet: 5A, 61 and 57. RGB value is (90,97,87). Sum of RGB (Red+Green+Blue) = 90+97+87=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6157 is #A59EA8. Grayscale: #5D5D5D. Windows color (decimal): -10854057 or 5726554. OLE color: 5726554.

HSL color Cylindrical-coordinate representation of color #5A6157: hue angle of 102º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A6157 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 87 -
CMYK 0.07 0 0.10 0.62
HSL 102º 0.05% 0.36% -
HSV(B) 102º 0.1% 0.38% -
XYZ 10.21 11.41 10.68 -
YUV 93.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 90 97 87 0.07 0 0.10 0.62 102 0.05 0.36
Hex 5A 61 57 7 0 A 3E 66 5 24
Octal 132 141 127 7 0 12 76 146 5 44
Binary 1011010 1100001 1010111 111 0 1010 111110 1100110 101 100100

Color Harmonies of #5A6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6157

Black with #5A6157

Text Example


Text Example

White with #5A6157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,87); }

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

background-color css

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

 a { background-color: rgb(90,97,87); }

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

border-color css

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

 span { border-color: rgb(90,97,87); }

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