#505B33

Color #505B33 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #505B33

Tints of Clover #505B33

Color information

#505B33 (or 0x505B33) is unknown color: approx 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

RGB809151-
CMYK0.1200.440.64
HSL76.5º28.17%27.84%-
HSV(B)76.5º43.96%35.69%-
XYZ7.659.434.55-
YUV83.15109.86125.75-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091510.1200.440.6476.528.1727.84
Hex505B33C02C404c1c1c
Octal12013363140541001143434
Binary1010000101101111001111000101100100000010011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>