Html Css Color HEX #545E76 Chambray

📋 copy color: '#545E76'

red 84 ◦ green 94 ◦ blue 118

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

Shades of Chambray #545E76

Tints of Chambray #545E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 28.38%
G = 31.76%
B = 39.86%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545E76 (or 0x545E76) is known color: Chambray. HEX triplet: 54, 5E and 76. RGB value is (84,94,118). Sum of RGB (Red+Green+Blue) = 84+94+118=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #545E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E76 is #ABA189. Grayscale: #5D5D5D. Windows color (decimal): -11248010 or 7757396. OLE color: 7757396.

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

Color convert

RGB 84 94 118 -
CMYK 0.29 0.20 0 0.54
HSL 222.35º 0.17% 0.4% -
HSV(B) 222.35º 0.29% 0.46% -
XYZ 10.93 11.2 18.73 -
YUV 93.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 84 94 118 0.29 0.20 0 0.54 222.35 0.17 0.4
Hex 54 5E 76 1D 14 0 36 DE 11 28
Octal 124 136 166 35 24 0 66 336 21 50
Binary 1010100 1011110 1110110 11101 10100 0 110110 11011110 10001 101000

Color Harmonies of #545E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E76

Black with #545E76

Text Example


Text Example

White with #545E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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