Html Css Color HEX #545D6E Chambray

📋 copy color: '#545D6E'

red 84 ◦ green 93 ◦ blue 110

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

Shades of Chambray #545D6E

Tints of Chambray #545D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 29.27%
G = 32.4%
B = 38.33%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#545D6E (or 0x545D6E) is known color: Chambray. HEX triplet: 54, 5D and 6E. RGB value is (84,93,110). Sum of RGB (Red+Green+Blue) = 84+93+110=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #545D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D6E is #ABA291. Grayscale: #5C5C5C. Windows color (decimal): -11248274 or 7232852. OLE color: 7232852.

HSL color Cylindrical-coordinate representation of color #545D6E: hue angle of 219.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #545D6E is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 93 110 -
CMYK 0.24 0.15 0 0.57
HSL 219.23º 0.13% 0.38% -
HSV(B) 219.23º 0.24% 0.43% -
XYZ 10.38 10.84 16.3 -
YUV 92.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 84 93 110 0.24 0.15 0 0.57 219.23 0.13 0.38
Hex 54 5D 6E 18 F 0 39 DB D 26
Octal 124 135 156 30 17 0 71 333 15 46
Binary 1010100 1011101 1101110 11000 1111 0 111001 11011011 1101 100110

Color Harmonies of #545D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D6E

Black with #545D6E

Text Example


Text Example

White with #545D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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