Html Css Color HEX #545C71 Chambray

📋 copy color: '#545C71'

red 84 ◦ green 92 ◦ blue 113

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

Shades of Chambray #545C71

Tints of Chambray #545C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 29.07%
G = 31.83%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545C71 (or 0x545C71) is known color: Chambray. HEX triplet: 54, 5C and 71. RGB value is (84,92,113). Sum of RGB (Red+Green+Blue) = 84+92+113=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #545C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C71 is #ABA38E. Grayscale: #5B5B5B. Windows color (decimal): -11248527 or 7429204. OLE color: 7429204.

HSL color Cylindrical-coordinate representation of color #545C71: hue angle of 223.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545C71 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 92 113 -
CMYK 0.26 0.19 0 0.56
HSL 223.45º 0.15% 0.39% -
HSV(B) 223.45º 0.26% 0.44% -
XYZ 10.46 10.73 17.14 -
YUV 92 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 84 92 113 0.26 0.19 0 0.56 223.45 0.15 0.39
Hex 54 5C 71 1A 13 0 38 DF F 27
Octal 124 134 161 32 23 0 70 337 17 47
Binary 1010100 1011100 1110001 11010 10011 0 111000 11011111 1111 100111

Color Harmonies of #545C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C71

Black with #545C71

Text Example


Text Example

White with #545C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,92,113); }

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

background-color css

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

 a { background-color: rgb(84,92,113); }

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

border-color css

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

 span { border-color: rgb(84,92,113); }

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