Html Css Color HEX #566A5A Mineral Green

📋 copy color: '#566A5A'

red 86 ◦ green 106 ◦ blue 90

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

Shades of Mineral Green #566A5A

Tints of Mineral Green #566A5A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

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

R = 30.5%
G = 37.59%
B = 31.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#566A5A (or 0x566A5A) is known color: Mineral Green. HEX triplet: 56, 6A and 5A. RGB value is (86,106,90). Sum of RGB (Red+Green+Blue) = 86+106+90=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #566A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A5A is #A995A5. Grayscale: #626262. Windows color (decimal): -11113894 or 5925462. OLE color: 5925462.

HSL color Cylindrical-coordinate representation of color #566A5A: hue angle of 132º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A5A is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 90 -
CMYK 0.19 0 0.15 0.58
HSL 132º 0.1% 0.38% -
HSV(B) 132º 0.19% 0.42% -
XYZ 10.84 13.02 11.62 -
YUV 98.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 86 106 90 0.19 0 0.15 0.58 132 0.1 0.38
Hex 56 6A 5A 13 0 F 3A 84 A 26
Octal 126 152 132 23 0 17 72 204 12 46
Binary 1010110 1101010 1011010 10011 0 1111 111010 10000100 1010 100110

Color Harmonies of #566A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A5A

Black with #566A5A

Text Example


Text Example

White with #566A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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