Html Css Color HEX #546076 Chambray

📋 copy color: '#546076'

red 84 ◦ green 96 ◦ blue 118

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

Shades of Chambray #546076

Tints of Chambray #546076

RGB

 RED value IS 84 (33.2% from 255) = 28.19%

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 28.19%
G = 32.21%
B = 39.6%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#546076 (or 0x546076) is known color: Chambray. HEX triplet: 54, 60 and 76. RGB value is (84,96,118). Sum of RGB (Red+Green+Blue) = 84+96+118=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #546076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546076 is #AB9F89. Grayscale: #5E5E5E. Windows color (decimal): -11247498 or 7757908. OLE color: 7757908.

HSL color Cylindrical-coordinate representation of color #546076: hue angle of 218.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546076 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 96 118 -
CMYK 0.29 0.19 0 0.54
HSL 218.82º 0.17% 0.4% -
HSV(B) 218.82º 0.29% 0.46% -
XYZ 11.11 11.56 18.79 -
YUV 94.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 84 96 118 0.29 0.19 0 0.54 218.82 0.17 0.4
Hex 54 60 76 1D 13 0 36 DB 11 28
Octal 124 140 166 35 23 0 66 333 21 50
Binary 1010100 1100000 1110110 11101 10011 0 110110 11011011 10001 101000

Color Harmonies of #546076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546076

Black with #546076

Text Example


Text Example

White with #546076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546076; }

 p { color: rgb(84,96,118); }

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

background-color css

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

 a { background-color: rgb(84,96,118); }

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

border-color css

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

 span { border-color: rgb(84,96,118); }

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