Html Css Color HEX #545C72 Chambray

📋 copy color: '#545C72'

red 84 ◦ green 92 ◦ blue 114

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

Shades of Chambray #545C72

Tints of Chambray #545C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 28.97%
G = 31.72%
B = 39.31%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545C72 (or 0x545C72) is known color: Chambray. HEX triplet: 54, 5C and 72. RGB value is (84,92,114). Sum of RGB (Red+Green+Blue) = 84+92+114=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #545C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C72 is #ABA38D. Grayscale: #5C5C5C. Windows color (decimal): -11248526 or 7494740. OLE color: 7494740.

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

Color convert

RGB 84 92 114 -
CMYK 0.26 0.19 0 0.55
HSL 224º 0.15% 0.39% -
HSV(B) 224º 0.26% 0.45% -
XYZ 10.52 10.75 17.44 -
YUV 92.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 84 92 114 0.26 0.19 0 0.55 224 0.15 0.39
Hex 54 5C 72 1A 13 0 37 E0 F 27
Octal 124 134 162 32 23 0 67 340 17 47
Binary 1010100 1011100 1110010 11010 10011 0 110111 11100000 1111 100111

Color Harmonies of #545C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C72

Black with #545C72

Text Example


Text Example

White with #545C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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