Html Css Color HEX #545A78 Chambray

📋 copy color: '#545A78'

red 84 ◦ green 90 ◦ blue 120

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

Shades of Chambray #545A78

Tints of Chambray #545A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

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

R = 28.57%
G = 30.61%
B = 40.82%

CMYK

 C value IS 0.3

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545A78 (or 0x545A78) is known color: Chambray. HEX triplet: 54, 5A and 78. RGB value is (84,90,120). Sum of RGB (Red+Green+Blue) = 84+90+120=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #545A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A78 is #ABA587. Grayscale: #5B5B5B. Windows color (decimal): -11249032 or 7887444. OLE color: 7887444.

HSL color Cylindrical-coordinate representation of color #545A78: hue angle of 230º 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 #545A78 is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 90 120 -
CMYK 0.3 0.25 0 0.53
HSL 230º 0.18% 0.4% -
HSV(B) 230º 0.3% 0.47% -
XYZ 10.7 10.55 19.24 -
YUV 91.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 84 90 120 0.3 0.25 0 0.53 230 0.18 0.4
Hex 54 5A 78 1E 19 0 35 E6 12 28
Octal 124 132 170 36 31 0 65 346 22 50
Binary 1010100 1011010 1111000 11110 11001 0 110101 11100110 10010 101000

Color Harmonies of #545A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A78

Black with #545A78

Text Example


Text Example

White with #545A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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