#525450

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

Shades of Cabbage Pont #525450

Tints of Cabbage Pont #525450

Color information

#525450 (or 0x525450) is unknown color: approx Cabbage Pont. HEX triplet: 52, 54 and 50. RGB value is (82,84,80). Sum of RGB (Red+Green+Blue) = 82+84+80=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 84 - color contains mainly: green. Hex color #525450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525450 is #ADABAF. Grayscale: #525252. Windows color (decimal): -11381680 or 5264466. OLE color: 5264466.

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

Color convert

RGB828480-
CMYK0.0200.050.67
HSL90º2.44%32.16%-
HSV(B)90º4.76%32.94%-
XYZ8.18.718.84-
YUV82.95126.34127.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=33.33%
G=34.15%
B=32.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284800.0200.050.67902.4432.16
Hex525450205435a220
Octal122124120205103132240
Binary1010010101010010100001001011000011101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525450; }

 p { color: rgb(82,84,80); }

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

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

 a { background-color: rgb(82,84,80); }

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

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

 span { border-color: rgb(82,84,80); }

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