Html Css Color HEX #546479 Chambray

📋 copy color: '#546479'

red 84 ◦ green 100 ◦ blue 121

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

Shades of Chambray #546479

Tints of Chambray #546479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 27.54%
G = 32.79%
B = 39.67%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546479 (or 0x546479) is known color: Chambray. HEX triplet: 54, 64 and 79. RGB value is (84,100,121). Sum of RGB (Red+Green+Blue) = 84+100+121=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #546479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546479 is #AB9B86. Grayscale: #616161. Windows color (decimal): -11246471 or 7955540. OLE color: 7955540.

HSL color Cylindrical-coordinate representation of color #546479: hue angle of 214.05º 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 #546479 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 100 121 -
CMYK 0.31 0.17 0 0.53
HSL 214.05º 0.18% 0.4% -
HSV(B) 214.05º 0.31% 0.47% -
XYZ 11.66 12.38 19.86 -
YUV 97.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 84 100 121 0.31 0.17 0 0.53 214.05 0.18 0.4
Hex 54 64 79 1F 11 0 35 D6 12 28
Octal 124 144 171 37 21 0 65 326 22 50
Binary 1010100 1100100 1111001 11111 10001 0 110101 11010110 10010 101000

Color Harmonies of #546479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546479

Black with #546479

Text Example


Text Example

White with #546479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546479; }

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

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

background-color css

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

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

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

border-color css

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

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

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