#565D5A

Color #565D5A Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #565D5A

Tints of Viridian Green #565D5A

Color information

#565D5A (or 0x565D5A) is unknown color: approx Viridian Green. HEX triplet: 56, 5D and 5A. RGB value is (86,93,90). Sum of RGB (Red+Green+Blue) = 86+93+90=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 93 - color contains mainly: green. Hex color #565D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D5A is #A9A2A5. Grayscale: #5A5A5A. Windows color (decimal): -11117222 or 5922134. OLE color: 5922134.

HSL color Cylindrical-coordinate representation of color #565D5A: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565D5A is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB869390-
CMYK0.0800.030.64
HSL154.29º3.91%35.1%-
HSV(B)154.29º7.53%36.47%-
XYZ9.610.5511.2-
YUV90.56127.68124.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=31.97%
G=34.57%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693900.0800.030.64154.293.9135.1
Hex565D5A803409a423
Octal1261351321003100232443
Binary1010110101110110110101000011100000010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565D5A; }

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

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

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

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

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

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

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

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