#525B4B

Color #525B4B Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #525B4B

Tints of Cabbage Pont #525B4B

Color information

#525B4B (or 0x525B4B) is unknown color: approx 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

RGB829175-
CMYK0.1000.180.64
HSL93.75º9.64%32.55%-
HSV(B)93.75º17.58%35.69%-
XYZ8.499.788.1-
YUV86.48121.52124.8-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291750.1000.180.6493.759.6432.55
Hex525B4BA012405ea21
Octal122133113120221001361241
Binary1010010101101110010111010010010100000010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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