Html Css Color HEX #545D77 Chambray

📋 copy color: '#545D77'

red 84 ◦ green 93 ◦ blue 119

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

Shades of Chambray #545D77

Tints of Chambray #545D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 28.38%
G = 31.42%
B = 40.2%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545D77 (or 0x545D77) is known color: Chambray. HEX triplet: 54, 5D and 77. RGB value is (84,93,119). Sum of RGB (Red+Green+Blue) = 84+93+119=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #545D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D77 is #ABA288. Grayscale: #5D5D5D. Windows color (decimal): -11248265 or 7822676. OLE color: 7822676.

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

Color convert

RGB 84 93 119 -
CMYK 0.29 0.22 0 0.53
HSL 224.57º 0.17% 0.4% -
HSV(B) 224.57º 0.29% 0.47% -
XYZ 10.9 11.05 19.01 -
YUV 93.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 84 93 119 0.29 0.22 0 0.53 224.57 0.17 0.4
Hex 54 5D 77 1D 16 0 35 E1 11 28
Octal 124 135 167 35 26 0 65 341 21 50
Binary 1010100 1011101 1110111 11101 10110 0 110101 11100001 10001 101000

Color Harmonies of #545D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D77

Black with #545D77

Text Example


Text Example

White with #545D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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