Html Css Color HEX #545E84 Chambray

📋 copy color: '#545E84'

red 84 ◦ green 94 ◦ blue 132

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

Shades of Chambray #545E84

Tints of Chambray #545E84

RGB

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

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

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

R = 27.1%
G = 30.32%
B = 42.58%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#545E84 (or 0x545E84) is known color: Chambray. HEX triplet: 54, 5E and 84. RGB value is (84,94,132). Sum of RGB (Red+Green+Blue) = 84+94+132=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #545E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E84 is #ABA17B. Grayscale: #5F5F5F. Windows color (decimal): -11247996 or 8674900. OLE color: 8674900.

HSL color Cylindrical-coordinate representation of color #545E84: hue angle of 227.5º 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 #545E84 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 94 132 -
CMYK 0.36 0.29 0 0.48
HSL 227.5º 0.22% 0.42% -
HSV(B) 227.5º 0.36% 0.52% -
XYZ 11.82 11.56 23.44 -
YUV 95.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 84 94 132 0.36 0.29 0 0.48 227.5 0.22 0.42
Hex 54 5E 84 24 1D 0 30 E4 16 2A
Octal 124 136 204 44 35 0 60 344 26 52
Binary 1010100 1011110 10000100 100100 11101 0 110000 11100100 10110 101010

Color Harmonies of #545E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E84

Black with #545E84

Text Example


Text Example

White with #545E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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