Html Css Color HEX #52584B Cabbage Pont

📋 copy color: '#52584B'

red 82 ◦ green 88 ◦ blue 75

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

Shades of Cabbage Pont #52584B

Tints of Cabbage Pont #52584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 33.47%
G = 35.92%
B = 30.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#52584B (or 0x52584B) is known color: Cabbage Pont. HEX triplet: 52, 58 and 4B. RGB value is (82,88,75). Sum of RGB (Red+Green+Blue) = 82+88+75=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #52584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52584B is #ADA7B4. Grayscale: #545454. Windows color (decimal): -11380661 or 4937810. OLE color: 4937810.

HSL color Cylindrical-coordinate representation of color #52584B: hue angle of 87.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52584B is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 75 -
CMYK 0.07 0 0.15 0.65
HSL 87.69º 0.08% 0.32% -
HSV(B) 87.69º 0.15% 0.35% -
XYZ 8.24 9.28 8.01 -
YUV 84.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 82 88 75 0.07 0 0.15 0.65 87.69 0.08 0.32
Hex 52 58 4B 7 0 F 41 58 8 20
Octal 122 130 113 7 0 17 101 130 10 40
Binary 1010010 1011000 1001011 111 0 1111 1000001 1011000 1000 100000

Color Harmonies of #52584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52584B

Black with #52584B

Text Example


Text Example

White with #52584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52584B; }

 p { color: rgb(82,88,75); }

 H1.HeaderClassName
 {
   color: #52584B;
 }
 .AnyTagClassName
 {
   color: #52584B;
 }
</style>

background-color css

<style>
 a { background-color: #52584B; }

 a { background-color: rgb(82,88,75); }

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

border-color css

<style>
 span { border-color: #52584B; }

 span { border-color: rgb(82,88,75); }

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