Html Css Color HEX #53584A Lunar Green

📋 copy color: '#53584A'

red 83 ◦ green 88 ◦ blue 74

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

Shades of Lunar Green #53584A

Tints of Lunar Green #53584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 33.88%
G = 35.92%
B = 30.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#53584A (or 0x53584A) is known color: Lunar Green. HEX triplet: 53, 58 and 4A. RGB value is (83,88,74). Sum of RGB (Red+Green+Blue) = 83+88+74=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #53584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53584A is #ACA7B5. Grayscale: #545454. Windows color (decimal): -11315126 or 4872275. OLE color: 4872275.

HSL color Cylindrical-coordinate representation of color #53584A: hue angle of 81.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53584A is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 74 -
CMYK 0.06 0 0.16 0.65
HSL 81.43º 0.09% 0.32% -
HSV(B) 81.43º 0.16% 0.35% -
XYZ 8.29 9.31 7.84 -
YUV 84.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 83 88 74 0.06 0 0.16 0.65 81.43 0.09 0.32
Hex 53 58 4A 6 0 10 41 51 9 20
Octal 123 130 112 6 0 20 101 121 11 40
Binary 1010011 1011000 1001010 110 0 10000 1000001 1010001 1001 100000

Color Harmonies of #53584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53584A

Black with #53584A

Text Example


Text Example

White with #53584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53584A; }

 p { color: rgb(83,88,74); }

 H1.HeaderClassName
 {
   color: #53584A;
 }
 .AnyTagClassName
 {
   color: #53584A;
 }
</style>

background-color css

<style>
 a { background-color: #53584A; }

 a { background-color: rgb(83,88,74); }

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

border-color css

<style>
 span { border-color: #53584A; }

 span { border-color: rgb(83,88,74); }

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