Html Css Color HEX #52534F Gravel

📋 copy color: '#52534F'

red 82 ◦ green 83 ◦ blue 79

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

Shades of Gravel #52534F

Tints of Gravel #52534F

RGB

 RED value IS 82 (32.42% from 255) = 33.61%

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 33.61%
G = 34.02%
B = 32.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#52534F (or 0x52534F) is known color: Gravel. HEX triplet: 52, 53 and 4F. RGB value is (82,83,79). Sum of RGB (Red+Green+Blue) = 82+83+79=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 83 - color contains mainly: green. Hex color #52534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52534F is #ADACB0. Grayscale: #525252. Windows color (decimal): -11381937 or 5198674. OLE color: 5198674.

HSL color Cylindrical-coordinate representation of color #52534F: hue angle of 75º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #52534F is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 79 -
CMYK 0.01 0 0.05 0.67
HSL 75º 0.02% 0.32% -
HSV(B) 75º 0.05% 0.33% -
XYZ 7.98 8.54 8.63 -
YUV 82.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 82 83 79 0.01 0 0.05 0.67 75 0.02 0.32
Hex 52 53 4F 1 0 5 43 4B 2 20
Octal 122 123 117 1 0 5 103 113 2 40
Binary 1010010 1010011 1001111 1 0 101 1000011 1001011 10 100000

Color Harmonies of #52534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52534F

Black with #52534F

Text Example


Text Example

White with #52534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52534F; }

 p { color: rgb(82,83,79); }

 H1.HeaderClassName
 {
   color: #52534F;
 }
 .AnyTagClassName
 {
   color: #52534F;
 }
</style>

background-color css

<style>
 a { background-color: #52534F; }

 a { background-color: rgb(82,83,79); }

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

border-color css

<style>
 span { border-color: #52534F; }

 span { border-color: rgb(82,83,79); }

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