Html Css Color HEX #5B5F5E Viridian Green

📋 copy color: '#5B5F5E'

red 91 ◦ green 95 ◦ blue 94

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

Shades of Viridian Green #5B5F5E

Tints of Viridian Green #5B5F5E

RGB

 RED value IS 91 (35.94% from 255) = 32.5%

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 32.5%
G = 33.93%
B = 33.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#5B5F5E (or 0x5B5F5E) is known color: Viridian Green. HEX triplet: 5B, 5F and 5E. RGB value is (91,95,94). Sum of RGB (Red+Green+Blue) = 91+95+94=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F5E is #A4A0A1. Grayscale: #5D5D5D. Windows color (decimal): -10789026 or 6184795. OLE color: 6184795.

HSL color Cylindrical-coordinate representation of color #5B5F5E: hue angle of 165º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5B5F5E is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 95 94 -
CMYK 0.04 0 0.01 0.63
HSL 165º 0.02% 0.36% -
HSV(B) 165º 0.04% 0.37% -
XYZ 10.43 11.22 12.21 -
YUV 93.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 91 95 94 0.04 0 0.01 0.63 165 0.02 0.36
Hex 5B 5F 5E 4 0 1 3F A5 2 24
Octal 133 137 136 4 0 1 77 245 2 44
Binary 1011011 1011111 1011110 100 0 1 111111 10100101 10 100100

Color Harmonies of #5B5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F5E

Black with #5B5F5E

Text Example


Text Example

White with #5B5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,95,94); }

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

background-color css

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

 a { background-color: rgb(91,95,94); }

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

border-color css

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

 span { border-color: rgb(91,95,94); }

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