Html Css Color HEX #566B5A Mineral Green

📋 copy color: '#566B5A'

red 86 ◦ green 107 ◦ blue 90

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

Shades of Mineral Green #566B5A

Tints of Mineral Green #566B5A

RGB

 RED value IS 86 (33.98% from 255) = 30.39%

 GREEN value IS 107 (42.19% from 255) = 37.81%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 30.39%
G = 37.81%
B = 31.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#566B5A (or 0x566B5A) is known color: Mineral Green. HEX triplet: 56, 6B and 5A. RGB value is (86,107,90). Sum of RGB (Red+Green+Blue) = 86+107+90=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #566B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B5A is #A994A5. Grayscale: #626262. Windows color (decimal): -11113638 or 5925718. OLE color: 5925718.

HSL color Cylindrical-coordinate representation of color #566B5A: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566B5A is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 107 90 -
CMYK 0.20 0 0.16 0.58
HSL 131.43º 0.11% 0.38% -
HSV(B) 131.43º 0.2% 0.42% -
XYZ 10.94 13.23 11.65 -
YUV 98.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 86 107 90 0.20 0 0.16 0.58 131.43 0.11 0.38
Hex 56 6B 5A 14 0 10 3A 83 B 26
Octal 126 153 132 24 0 20 72 203 13 46
Binary 1010110 1101011 1011010 10100 0 10000 111010 10000011 1011 100110

Color Harmonies of #566B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B5A

Black with #566B5A

Text Example


Text Example

White with #566B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566B5A; }

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

 H1.HeaderClassName
 {
   color: #566B5A;
 }
 .AnyTagClassName
 {
   color: #566B5A;
 }
</style>

background-color css

<style>
 a { background-color: #566B5A; }

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

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

border-color css

<style>
 span { border-color: #566B5A; }

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

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