Html Css Color HEX #505B34 Clover

📋 copy color: '#505B34'

red 80 ◦ green 91 ◦ blue 52

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

Shades of Clover #505B34

Tints of Clover #505B34

RGB

 RED value IS 80 (31.64% from 255) = 35.87%

 GREEN value IS 91 (35.94% from 255) = 40.81%

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 35.87%
G = 40.81%
B = 23.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#505B34 (or 0x505B34) is known color: Clover. HEX triplet: 50, 5B and 34. RGB value is (80,91,52). Sum of RGB (Red+Green+Blue) = 80+91+52=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 91 - color contains mainly: green. Hex color #505B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B34 is #AFA4CB. Grayscale: #535353. Windows color (decimal): -11510988 or 3431248. OLE color: 3431248.

HSL color Cylindrical-coordinate representation of color #505B34: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505B34 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 52 -
CMYK 0.12 0 0.43 0.64
HSL 76.92º 0.27% 0.28% -
HSV(B) 76.92º 0.43% 0.36% -
XYZ 7.67 9.44 4.67 -
YUV 83.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 80 91 52 0.12 0 0.43 0.64 76.92 0.27 0.28
Hex 50 5B 34 C 0 2B 40 4D 1B 1C
Octal 120 133 64 14 0 53 100 115 33 34
Binary 1010000 1011011 110100 1100 0 101011 1000000 1001101 11011 11100

Color Harmonies of #505B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B34

Black with #505B34

Text Example


Text Example

White with #505B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B34; }

 p { color: rgb(80,91,52); }

 H1.HeaderClassName
 {
   color: #505B34;
 }
 .AnyTagClassName
 {
   color: #505B34;
 }
</style>

background-color css

<style>
 a { background-color: #505B34; }

 a { background-color: rgb(80,91,52); }

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

border-color css

<style>
 span { border-color: #505B34; }

 span { border-color: rgb(80,91,52); }

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