Html Css Color HEX #53564E Lunar Green

📋 copy color: '#53564E'

red 83 ◦ green 86 ◦ blue 78

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

Shades of Lunar Green #53564E

Tints of Lunar Green #53564E

RGB

 RED value IS 83 (32.81% from 255) = 33.6%

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 33.6%
G = 34.82%
B = 31.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#53564E (or 0x53564E) is known color: Lunar Green. HEX triplet: 53, 56 and 4E. RGB value is (83,86,78). Sum of RGB (Red+Green+Blue) = 83+86+78=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 86 - color contains mainly: green. Hex color #53564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53564E is #ACA9B1. Grayscale: #545454. Windows color (decimal): -11315634 or 5133907. OLE color: 5133907.

HSL color Cylindrical-coordinate representation of color #53564E: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53564E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 78 -
CMYK 0.03 0 0.09 0.66
HSL 82.5º 0.05% 0.32% -
HSV(B) 82.5º 0.09% 0.34% -
XYZ 8.27 9.04 8.52 -
YUV 84.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 83 86 78 0.03 0 0.09 0.66 82.5 0.05 0.32
Hex 53 56 4E 3 0 9 42 52 5 20
Octal 123 126 116 3 0 11 102 122 5 40
Binary 1010011 1010110 1001110 11 0 1001 1000010 1010010 101 100000

Color Harmonies of #53564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53564E

Black with #53564E

Text Example


Text Example

White with #53564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53564E; }

 p { color: rgb(83,86,78); }

 H1.HeaderClassName
 {
   color: #53564E;
 }
 .AnyTagClassName
 {
   color: #53564E;
 }
</style>

background-color css

<style>
 a { background-color: #53564E; }

 a { background-color: rgb(83,86,78); }

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

border-color css

<style>
 span { border-color: #53564E; }

 span { border-color: rgb(83,86,78); }

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