Html Css Color HEX #525B4B Cabbage Pont

📋 copy color: '#525B4B'

red 82 ◦ green 91 ◦ blue 75

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

Shades of Cabbage Pont #525B4B

Tints of Cabbage Pont #525B4B

RGB

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

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

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

R = 33.06%
G = 36.69%
B = 30.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#525B4B (or 0x525B4B) is known color: Cabbage Pont. HEX triplet: 52, 5B and 4B. RGB value is (82,91,75). Sum of RGB (Red+Green+Blue) = 82+91+75=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B4B is #ADA4B4. Grayscale: #565656. Windows color (decimal): -11379893 or 4938578. OLE color: 4938578.

HSL color Cylindrical-coordinate representation of color #525B4B: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525B4B is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 75 -
CMYK 0.10 0 0.18 0.64
HSL 93.75º 0.1% 0.33% -
HSV(B) 93.75º 0.18% 0.36% -
XYZ 8.49 9.78 8.1 -
YUV 86.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 82 91 75 0.10 0 0.18 0.64 93.75 0.1 0.33
Hex 52 5B 4B A 0 12 40 5E A 21
Octal 122 133 113 12 0 22 100 136 12 41
Binary 1010010 1011011 1001011 1010 0 10010 1000000 1011110 1010 100001

Color Harmonies of #525B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B4B

Black with #525B4B

Text Example


Text Example

White with #525B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B4B; }

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

 H1.HeaderClassName
 {
   color: #525B4B;
 }
 .AnyTagClassName
 {
   color: #525B4B;
 }
</style>

background-color css

<style>
 a { background-color: #525B4B; }

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

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

border-color css

<style>
 span { border-color: #525B4B; }

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

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