Html Css Color HEX #545C74 Chambray

📋 copy color: '#545C74'

red 84 ◦ green 92 ◦ blue 116

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

Shades of Chambray #545C74

Tints of Chambray #545C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 28.77%
G = 31.51%
B = 39.73%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545C74 (or 0x545C74) is known color: Chambray. HEX triplet: 54, 5C and 74. RGB value is (84,92,116). Sum of RGB (Red+Green+Blue) = 84+92+116=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #545C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C74 is #ABA38B. Grayscale: #5C5C5C. Windows color (decimal): -11248524 or 7625812. OLE color: 7625812.

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

Color convert

RGB 84 92 116 -
CMYK 0.28 0.21 0 0.55
HSL 225º 0.16% 0.39% -
HSV(B) 225º 0.28% 0.45% -
XYZ 10.64 10.8 18.05 -
YUV 92.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 84 92 116 0.28 0.21 0 0.55 225 0.16 0.39
Hex 54 5C 74 1C 15 0 37 E1 10 27
Octal 124 134 164 34 25 0 67 341 20 47
Binary 1010100 1011100 1110100 11100 10101 0 110111 11100001 10000 100111

Color Harmonies of #545C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C74

Black with #545C74

Text Example


Text Example

White with #545C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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