Html Css Color HEX #53594B Lunar Green

📋 copy color: '#53594B'

red 83 ◦ green 89 ◦ blue 75

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

Shades of Lunar Green #53594B

Tints of Lunar Green #53594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 33.6%
G = 36.03%
B = 30.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#53594B (or 0x53594B) is known color: Lunar Green. HEX triplet: 53, 59 and 4B. RGB value is (83,89,75). Sum of RGB (Red+Green+Blue) = 83+89+75=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #53594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53594B is #ACA6B4. Grayscale: #555555. Windows color (decimal): -11314869 or 4938067. OLE color: 4938067.

HSL color Cylindrical-coordinate representation of color #53594B: hue angle of 85.71º 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 #53594B is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 75 -
CMYK 0.07 0 0.16 0.65
HSL 85.71º 0.09% 0.32% -
HSV(B) 85.71º 0.16% 0.35% -
XYZ 8.41 9.49 8.05 -
YUV 85.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 83 89 75 0.07 0 0.16 0.65 85.71 0.09 0.32
Hex 53 59 4B 7 0 10 41 56 9 20
Octal 123 131 113 7 0 20 101 126 11 40
Binary 1010011 1011001 1001011 111 0 10000 1000001 1010110 1001 100000

Color Harmonies of #53594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53594B

Black with #53594B

Text Example


Text Example

White with #53594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53594B; }

 p { color: rgb(83,89,75); }

 H1.HeaderClassName
 {
   color: #53594B;
 }
 .AnyTagClassName
 {
   color: #53594B;
 }
</style>

background-color css

<style>
 a { background-color: #53594B; }

 a { background-color: rgb(83,89,75); }

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

border-color css

<style>
 span { border-color: #53594B; }

 span { border-color: rgb(83,89,75); }

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