Html Css Color HEX #52554F Cabbage Pont

📋 copy color: '#52554F'

red 82 ◦ green 85 ◦ blue 79

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

Shades of Cabbage Pont #52554F

Tints of Cabbage Pont #52554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 33.33%
G = 34.55%
B = 32.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#52554F (or 0x52554F) is known color: Cabbage Pont. HEX triplet: 52, 55 and 4F. RGB value is (82,85,79). Sum of RGB (Red+Green+Blue) = 82+85+79=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #52554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52554F is #ADAAB0. Grayscale: #535353. Windows color (decimal): -11381425 or 5199186. OLE color: 5199186.

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

Color convert

RGB 82 85 79 -
CMYK 0.04 0 0.07 0.67
HSL 90º 0.04% 0.32% -
HSV(B) 90º 0.07% 0.33% -
XYZ 8.14 8.86 8.68 -
YUV 83.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 82 85 79 0.04 0 0.07 0.67 90 0.04 0.32
Hex 52 55 4F 4 0 7 43 5A 4 20
Octal 122 125 117 4 0 7 103 132 4 40
Binary 1010010 1010101 1001111 100 0 111 1000011 1011010 100 100000

Color Harmonies of #52554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52554F

Black with #52554F

Text Example


Text Example

White with #52554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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