Html Css Color HEX #545D70 Chambray

📋 copy color: '#545D70'

red 84 ◦ green 93 ◦ blue 112

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

Shades of Chambray #545D70

Tints of Chambray #545D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 29.07%
G = 32.18%
B = 38.75%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545D70 (or 0x545D70) is known color: Chambray. HEX triplet: 54, 5D and 70. RGB value is (84,93,112). Sum of RGB (Red+Green+Blue) = 84+93+112=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #545D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D70 is #ABA28F. Grayscale: #5C5C5C. Windows color (decimal): -11248272 or 7363924. OLE color: 7363924.

HSL color Cylindrical-coordinate representation of color #545D70: hue angle of 220.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545D70 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 93 112 -
CMYK 0.25 0.17 0 0.56
HSL 220.71º 0.14% 0.38% -
HSV(B) 220.71º 0.25% 0.44% -
XYZ 10.5 10.88 16.88 -
YUV 92.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 84 93 112 0.25 0.17 0 0.56 220.71 0.14 0.38
Hex 54 5D 70 19 11 0 38 DD E 26
Octal 124 135 160 31 21 0 70 335 16 46
Binary 1010100 1011101 1110000 11001 10001 0 111000 11011101 1110 100110

Color Harmonies of #545D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D70

Black with #545D70

Text Example


Text Example

White with #545D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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