Html Css Color HEX #505B33 Clover

📋 copy color: '#505B33'

red 80 ◦ green 91 ◦ blue 51

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

Shades of Clover #505B33

Tints of Clover #505B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 36.04%
G = 40.99%
B = 22.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#505B33 (or 0x505B33) is known color: Clover. HEX triplet: 50, 5B and 33. RGB value is (80,91,51). Sum of RGB (Red+Green+Blue) = 80+91+51=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #505B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B33 is #AFA4CC. Grayscale: #535353. Windows color (decimal): -11510989 or 3365712. OLE color: 3365712.

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

Color convert

RGB 80 91 51 -
CMYK 0.12 0 0.44 0.64
HSL 76.5º 0.28% 0.28% -
HSV(B) 76.5º 0.44% 0.36% -
XYZ 7.65 9.43 4.55 -
YUV 83.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 80 91 51 0.12 0 0.44 0.64 76.5 0.28 0.28
Hex 50 5B 33 C 0 2C 40 4C 1C 1C
Octal 120 133 63 14 0 54 100 114 34 34
Binary 1010000 1011011 110011 1100 0 101100 1000000 1001100 11100 11100

Color Harmonies of #505B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B33

Black with #505B33

Text Example


Text Example

White with #505B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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