#525B4A

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

Shades of Cabbage Pont #525B4A

Tints of Cabbage Pont #525B4A

Color information

#525B4A (or 0x525B4A) is unknown color: approx Cabbage Pont. HEX triplet: 52, 5B and 4A. RGB value is (82,91,74). Sum of RGB (Red+Green+Blue) = 82+91+74=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B4A is #ADA4B5. Grayscale: #565656. Windows color (decimal): -11379894 or 4873042. OLE color: 4873042.

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

Color convert

RGB829174-
CMYK0.1000.190.64
HSL91.76º10.3%32.35%-
HSV(B)91.76º18.68%35.69%-
XYZ8.469.777.92-
YUV86.37121.02124.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=33.20%
G=36.84%
B=29.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291740.1000.190.6491.7610.332.35
Hex525B4AA013405ca20
Octal122133112120231001341240
Binary1010010101101110010101010010011100000010111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #525B4A;
 }
 .AnyTagClassName
 {
   color: #525B4A;
 }
</style>
background-color css

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

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

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

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

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

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