Html Css Color HEX #546079 Chambray

📋 copy color: '#546079'

red 84 ◦ green 96 ◦ blue 121

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

Shades of Chambray #546079

Tints of Chambray #546079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 27.91%
G = 31.89%
B = 40.2%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546079 (or 0x546079) is known color: Chambray. HEX triplet: 54, 60 and 79. RGB value is (84,96,121). Sum of RGB (Red+Green+Blue) = 84+96+121=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #546079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546079 is #AB9F86. Grayscale: #5F5F5F. Windows color (decimal): -11247495 or 7954516. OLE color: 7954516.

HSL color Cylindrical-coordinate representation of color #546079: hue angle of 220.54º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546079 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 96 121 -
CMYK 0.31 0.21 0 0.53
HSL 220.54º 0.18% 0.4% -
HSV(B) 220.54º 0.31% 0.47% -
XYZ 11.29 11.63 19.74 -
YUV 95.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 84 96 121 0.31 0.21 0 0.53 220.54 0.18 0.4
Hex 54 60 79 1F 15 0 35 DD 12 28
Octal 124 140 171 37 25 0 65 335 22 50
Binary 1010100 1100000 1111001 11111 10101 0 110101 11011101 10010 101000

Color Harmonies of #546079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546079

Black with #546079

Text Example


Text Example

White with #546079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546079; }

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

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

background-color css

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

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

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

border-color css

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

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

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