Html Css Color HEX #545D73 Chambray

📋 copy color: '#545D73'

red 84 ◦ green 93 ◦ blue 115

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

Shades of Chambray #545D73

Tints of Chambray #545D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 28.77%
G = 31.85%
B = 39.38%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545D73 (or 0x545D73) is known color: Chambray. HEX triplet: 54, 5D and 73. RGB value is (84,93,115). Sum of RGB (Red+Green+Blue) = 84+93+115=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #545D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D73 is #ABA28C. Grayscale: #5C5C5C. Windows color (decimal): -11248269 or 7560532. OLE color: 7560532.

HSL color Cylindrical-coordinate representation of color #545D73: hue angle of 222.58º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545D73 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 93 115 -
CMYK 0.27 0.19 0 0.55
HSL 222.58º 0.16% 0.39% -
HSV(B) 222.58º 0.27% 0.45% -
XYZ 10.67 10.95 17.77 -
YUV 92.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 84 93 115 0.27 0.19 0 0.55 222.58 0.16 0.39
Hex 54 5D 73 1B 13 0 37 DF 10 27
Octal 124 135 163 33 23 0 67 337 20 47
Binary 1010100 1011101 1110011 11011 10011 0 110111 11011111 10000 100111

Color Harmonies of #545D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D73

Black with #545D73

Text Example


Text Example

White with #545D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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