Html Css Color HEX #546080 Chambray

📋 copy color: '#546080'

red 84 ◦ green 96 ◦ blue 128

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

Shades of Chambray #546080

Tints of Chambray #546080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 27.27%
G = 31.17%
B = 41.56%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#546080 (or 0x546080) is known color: Chambray. HEX triplet: 54, 60 and 80. RGB value is (84,96,128). Sum of RGB (Red+Green+Blue) = 84+96+128=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #546080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546080 is #AB9F7F. Grayscale: #5F5F5F. Windows color (decimal): -11247488 or 8413268. OLE color: 8413268.

HSL color Cylindrical-coordinate representation of color #546080: hue angle of 223.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546080 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 96 128 -
CMYK 0.34 0.25 0 0.50
HSL 223.64º 0.21% 0.42% -
HSV(B) 223.64º 0.34% 0.5% -
XYZ 11.74 11.81 22.08 -
YUV 96.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 84 96 128 0.34 0.25 0 0.50 223.64 0.21 0.42
Hex 54 60 80 22 19 0 32 E0 15 2A
Octal 124 140 200 42 31 0 62 340 25 52
Binary 1010100 1100000 10000000 100010 11001 0 110010 11100000 10101 101010

Color Harmonies of #546080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546080

Black with #546080

Text Example


Text Example

White with #546080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546080; }

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

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

background-color css

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

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

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

border-color css

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

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

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