Html Css Color HEX #545E77 Chambray

📋 copy color: '#545E77'

red 84 ◦ green 94 ◦ blue 119

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

Shades of Chambray #545E77

Tints of Chambray #545E77

RGB

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

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

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

R = 28.28%
G = 31.65%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545E77 (or 0x545E77) is known color: Chambray. HEX triplet: 54, 5E and 77. RGB value is (84,94,119). Sum of RGB (Red+Green+Blue) = 84+94+119=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #545E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E77 is #ABA188. Grayscale: #5D5D5D. Windows color (decimal): -11248009 or 7822932. OLE color: 7822932.

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

Color convert

RGB 84 94 119 -
CMYK 0.29 0.21 0 0.53
HSL 222.86º 0.17% 0.4% -
HSV(B) 222.86º 0.29% 0.47% -
XYZ 10.99 11.22 19.04 -
YUV 93.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 84 94 119 0.29 0.21 0 0.53 222.86 0.17 0.4
Hex 54 5E 77 1D 15 0 35 DF 11 28
Octal 124 136 167 35 25 0 65 337 21 50
Binary 1010100 1011110 1110111 11101 10101 0 110101 11011111 10001 101000

Color Harmonies of #545E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E77

Black with #545E77

Text Example


Text Example

White with #545E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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