Html Css Color HEX #545E80 Chambray

📋 copy color: '#545E80'

red 84 ◦ green 94 ◦ blue 128

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

Shades of Chambray #545E80

Tints of Chambray #545E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 27.45%
G = 30.72%
B = 41.83%

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

#545E80 (or 0x545E80) is known color: Chambray. HEX triplet: 54, 5E and 80. RGB value is (84,94,128). Sum of RGB (Red+Green+Blue) = 84+94+128=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #545E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E80 is #ABA17F. Grayscale: #5E5E5E. Windows color (decimal): -11248000 or 8412756. OLE color: 8412756.

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

Color convert

RGB 84 94 128 -
CMYK 0.34 0.27 0 0.50
HSL 226.36º 0.21% 0.42% -
HSV(B) 226.36º 0.34% 0.5% -
XYZ 11.56 11.45 22.02 -
YUV 94.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 84 94 128 0.34 0.27 0 0.50 226.36 0.21 0.42
Hex 54 5E 80 22 1B 0 32 E2 15 2A
Octal 124 136 200 42 33 0 62 342 25 52
Binary 1010100 1011110 10000000 100010 11011 0 110010 11100010 10101 101010

Color Harmonies of #545E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E80

Black with #545E80

Text Example


Text Example

White with #545E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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