Html Css Color HEX #545D80 Chambray

📋 copy color: '#545D80'

red 84 ◦ green 93 ◦ blue 128

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

Shades of Chambray #545D80

Tints of Chambray #545D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

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

R = 27.54%
G = 30.49%
B = 41.97%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#545D80 (or 0x545D80) is known color: Chambray. HEX triplet: 54, 5D and 80. RGB value is (84,93,128). Sum of RGB (Red+Green+Blue) = 84+93+128=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #545D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D80 is #ABA27F. Grayscale: #5E5E5E. Windows color (decimal): -11248256 or 8412500. OLE color: 8412500.

HSL color Cylindrical-coordinate representation of color #545D80: hue angle of 227.73º 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 #545D80 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 93 128 -
CMYK 0.34 0.27 0 0.50
HSL 227.73º 0.21% 0.42% -
HSV(B) 227.73º 0.34% 0.5% -
XYZ 11.47 11.27 21.99 -
YUV 94.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 84 93 128 0.34 0.27 0 0.50 227.73 0.21 0.42
Hex 54 5D 80 22 1B 0 32 E4 15 2A
Octal 124 135 200 42 33 0 62 344 25 52
Binary 1010100 1011101 10000000 100010 11011 0 110010 11100100 10101 101010

Color Harmonies of #545D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D80

Black with #545D80

Text Example


Text Example

White with #545D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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