#545C4B

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

Shades of Cabbage Pont #545C4B

Tints of Cabbage Pont #545C4B

Color information

#545C4B (or 0x545C4B) is unknown color: approx Cabbage Pont. HEX triplet: 54, 5C and 4B. RGB value is (84,92,75). Sum of RGB (Red+Green+Blue) = 84+92+75=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #545C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C4B is #ABA3B4. Grayscale: #575757. Windows color (decimal): -11248565 or 4938836. OLE color: 4938836.

HSL color Cylindrical-coordinate representation of color #545C4B: hue angle of 88.24º 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 #545C4B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB849275-
CMYK0.0900.180.64
HSL88.24º10.18%32.75%-
HSV(B)88.24º18.48%36.08%-
XYZ8.7510.058.13-
YUV87.67120.85125.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.47%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=33.47%
G=36.65%
B=29.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492750.0900.180.6488.2410.1832.75
Hex545C4B90124058a21
Octal124134113110221001301241
Binary1010100101110010010111001010010100000010110001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C4B; }

 p { color: rgb(84,92,75); }

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

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

 a { background-color: rgb(84,92,75); }

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

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

 span { border-color: rgb(84,92,75); }

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