Html Css Color HEX #545C79 Chambray

📋 copy color: '#545C79'

red 84 ◦ green 92 ◦ blue 121

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

Shades of Chambray #545C79

Tints of Chambray #545C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 28.28%
G = 30.98%
B = 40.74%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545C79 (or 0x545C79) is known color: Chambray. HEX triplet: 54, 5C and 79. RGB value is (84,92,121). Sum of RGB (Red+Green+Blue) = 84+92+121=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #545C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C79 is #ABA386. Grayscale: #5C5C5C. Windows color (decimal): -11248519 or 7953492. OLE color: 7953492.

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

Color convert

RGB 84 92 121 -
CMYK 0.31 0.24 0 0.53
HSL 227.03º 0.18% 0.4% -
HSV(B) 227.03º 0.31% 0.47% -
XYZ 10.93 10.92 19.62 -
YUV 92.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 84 92 121 0.31 0.24 0 0.53 227.03 0.18 0.4
Hex 54 5C 79 1F 18 0 35 E3 12 28
Octal 124 134 171 37 30 0 65 343 22 50
Binary 1010100 1011100 1111001 11111 11000 0 110101 11100011 10010 101000

Color Harmonies of #545C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C79

Black with #545C79

Text Example


Text Example

White with #545C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,92,121); }

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

background-color css

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

 a { background-color: rgb(84,92,121); }

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

border-color css

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

 span { border-color: rgb(84,92,121); }

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