Html Css Color HEX #546378 Chambray

📋 copy color: '#546378'

red 84 ◦ green 99 ◦ blue 120

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

Shades of Chambray #546378

Tints of Chambray #546378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 27.72%
G = 32.67%
B = 39.6%

CMYK

 C value IS 0.3

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546378 (or 0x546378) is known color: Chambray. HEX triplet: 54, 63 and 78. RGB value is (84,99,120). Sum of RGB (Red+Green+Blue) = 84+99+120=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #546378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546378 is #AB9C87. Grayscale: #606060. Windows color (decimal): -11246728 or 7889748. OLE color: 7889748.

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

Color convert

RGB 84 99 120 -
CMYK 0.3 0.17 0 0.53
HSL 215º 0.18% 0.4% -
HSV(B) 215º 0.3% 0.47% -
XYZ 11.51 12.16 19.51 -
YUV 96.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 84 99 120 0.3 0.17 0 0.53 215 0.18 0.4
Hex 54 63 78 1E 11 0 35 D7 12 28
Octal 124 143 170 36 21 0 65 327 22 50
Binary 1010100 1100011 1111000 11110 10001 0 110101 11010111 10010 101000

Color Harmonies of #546378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546378

Black with #546378

Text Example


Text Example

White with #546378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546378; }

 p { color: rgb(84,99,120); }

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

background-color css

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

 a { background-color: rgb(84,99,120); }

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

border-color css

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

 span { border-color: rgb(84,99,120); }

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