Html Css Color HEX #546276 Chambray

📋 copy color: '#546276'

red 84 ◦ green 98 ◦ blue 118

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

Shades of Chambray #546276

Tints of Chambray #546276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 28%
G = 32.67%
B = 39.33%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#546276 (or 0x546276) is known color: Chambray. HEX triplet: 54, 62 and 76. RGB value is (84,98,118). Sum of RGB (Red+Green+Blue) = 84+98+118=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #546276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546276 is #AB9D89. Grayscale: #606060. Windows color (decimal): -11246986 or 7758420. OLE color: 7758420.

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

Color convert

RGB 84 98 118 -
CMYK 0.29 0.17 0 0.54
HSL 215.29º 0.17% 0.4% -
HSV(B) 215.29º 0.29% 0.46% -
XYZ 11.29 11.93 18.85 -
YUV 96.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 84 98 118 0.29 0.17 0 0.54 215.29 0.17 0.4
Hex 54 62 76 1D 11 0 36 D7 11 28
Octal 124 142 166 35 21 0 66 327 21 50
Binary 1010100 1100010 1110110 11101 10001 0 110110 11010111 10001 101000

Color Harmonies of #546276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546276

Black with #546276

Text Example


Text Example

White with #546276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546276; }

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

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

background-color css

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

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

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

border-color css

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

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

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