Html Css Color HEX #53905D Chateau Green

📋 copy color: '#53905D'

red 83 ◦ green 144 ◦ blue 93

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

Shades of Chateau Green #53905D

Tints of Chateau Green #53905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 25.94%
G = 45%
B = 29.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#53905D (or 0x53905D) is known color: Chateau Green. HEX triplet: 53, 90 and 5D. RGB value is (83,144,93). Sum of RGB (Red+Green+Blue) = 83+144+93=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #53905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53905D is #AC6FA2. Grayscale: #787878. Windows color (decimal): -11300771 or 6131795. OLE color: 6131795.

HSL color Cylindrical-coordinate representation of color #53905D: hue angle of 129.84º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53905D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 93 -
CMYK 0.42 0 0.35 0.44
HSL 129.84º 0.27% 0.45% -
HSV(B) 129.84º 0.42% 0.56% -
XYZ 15.52 22.58 13.9 -
YUV 119.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 83 144 93 0.42 0 0.35 0.44 129.84 0.27 0.45
Hex 53 90 5D 2A 0 23 2C 82 1B 2D
Octal 123 220 135 52 0 43 54 202 33 55
Binary 1010011 10010000 1011101 101010 0 100011 101100 10000010 11011 101101

Color Harmonies of #53905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53905D

Black with #53905D

Text Example


Text Example

White with #53905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53905D; }

 p { color: rgb(83,144,93); }

 H1.HeaderClassName
 {
   color: #53905D;
 }
 .AnyTagClassName
 {
   color: #53905D;
 }
</style>

background-color css

<style>
 a { background-color: #53905D; }

 a { background-color: rgb(83,144,93); }

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

border-color css

<style>
 span { border-color: #53905D; }

 span { border-color: rgb(83,144,93); }

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