Html Css Color HEX #545D84 Chambray

📋 copy color: '#545D84'

red 84 ◦ green 93 ◦ blue 132

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

Shades of Chambray #545D84

Tints of Chambray #545D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 27.18%
G = 30.1%
B = 42.72%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#545D84 (or 0x545D84) is known color: Chambray. HEX triplet: 54, 5D and 84. RGB value is (84,93,132). Sum of RGB (Red+Green+Blue) = 84+93+132=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #545D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D84 is #ABA27B. Grayscale: #5E5E5E. Windows color (decimal): -11248252 or 8674644. OLE color: 8674644.

HSL color Cylindrical-coordinate representation of color #545D84: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545D84 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 93 132 -
CMYK 0.36 0.30 0 0.48
HSL 228.75º 0.22% 0.42% -
HSV(B) 228.75º 0.36% 0.52% -
XYZ 11.74 11.38 23.41 -
YUV 94.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 84 93 132 0.36 0.30 0 0.48 228.75 0.22 0.42
Hex 54 5D 84 24 1E 0 30 E5 16 2A
Octal 124 135 204 44 36 0 60 345 26 52
Binary 1010100 1011101 10000100 100100 11110 0 110000 11100101 10110 101010

Color Harmonies of #545D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D84

Black with #545D84

Text Example


Text Example

White with #545D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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