Html Css Color HEX #546073 Chambray

📋 copy color: '#546073'

red 84 ◦ green 96 ◦ blue 115

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

Shades of Chambray #546073

Tints of Chambray #546073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 28.47%
G = 32.54%
B = 38.98%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#546073 (or 0x546073) is known color: Chambray. HEX triplet: 54, 60 and 73. RGB value is (84,96,115). Sum of RGB (Red+Green+Blue) = 84+96+115=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #546073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546073 is #AB9F8C. Grayscale: #5E5E5E. Windows color (decimal): -11247501 or 7561300. OLE color: 7561300.

HSL color Cylindrical-coordinate representation of color #546073: hue angle of 216.77º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #546073 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 96 115 -
CMYK 0.27 0.17 0 0.55
HSL 216.77º 0.16% 0.39% -
HSV(B) 216.77º 0.27% 0.45% -
XYZ 10.93 11.49 17.86 -
YUV 94.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 84 96 115 0.27 0.17 0 0.55 216.77 0.16 0.39
Hex 54 60 73 1B 11 0 37 D9 10 27
Octal 124 140 163 33 21 0 67 331 20 47
Binary 1010100 1100000 1110011 11011 10001 0 110111 11011001 10000 100111

Color Harmonies of #546073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546073

Black with #546073

Text Example


Text Example

White with #546073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546073; }

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

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

background-color css

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

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

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

border-color css

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

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

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