Html Css Color HEX #545E78 Chambray

📋 copy color: '#545E78'

red 84 ◦ green 94 ◦ blue 120

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

Shades of Chambray #545E78

Tints of Chambray #545E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 28.19%
G = 31.54%
B = 40.27%

CMYK

 C value IS 0.3

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545E78 (or 0x545E78) is known color: Chambray. HEX triplet: 54, 5E and 78. RGB value is (84,94,120). Sum of RGB (Red+Green+Blue) = 84+94+120=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #545E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E78 is #ABA187. Grayscale: #5D5D5D. Windows color (decimal): -11248008 or 7888468. OLE color: 7888468.

HSL color Cylindrical-coordinate representation of color #545E78: hue angle of 223.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545E78 is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 94 120 -
CMYK 0.3 0.22 0 0.53
HSL 223.33º 0.18% 0.4% -
HSV(B) 223.33º 0.3% 0.47% -
XYZ 11.05 11.25 19.36 -
YUV 93.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 84 94 120 0.3 0.22 0 0.53 223.33 0.18 0.4
Hex 54 5E 78 1E 16 0 35 DF 12 28
Octal 124 136 170 36 26 0 65 337 22 50
Binary 1010100 1011110 1111000 11110 10110 0 110101 11011111 10010 101000

Color Harmonies of #545E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E78

Black with #545E78

Text Example


Text Example

White with #545E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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