Html Css Color HEX #545E7C Chambray

📋 copy color: '#545E7C'

red 84 ◦ green 94 ◦ blue 124

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

Shades of Chambray #545E7C

Tints of Chambray #545E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 124 (48.83% from 255) = 41.06%

R = 27.81%
G = 31.13%
B = 41.06%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#545E7C (or 0x545E7C) is known color: Chambray. HEX triplet: 54, 5E and 7C. RGB value is (84,94,124). Sum of RGB (Red+Green+Blue) = 84+94+124=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #545E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E7C is #ABA183. Grayscale: #5E5E5E. Windows color (decimal): -11248004 or 8150612. OLE color: 8150612.

HSL color Cylindrical-coordinate representation of color #545E7C: hue angle of 225º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545E7C is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 94 124 -
CMYK 0.32 0.24 0 0.51
HSL 225º 0.19% 0.41% -
HSV(B) 225º 0.32% 0.49% -
XYZ 11.3 11.35 20.66 -
YUV 94.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 84 94 124 0.32 0.24 0 0.51 225 0.19 0.41
Hex 54 5E 7C 20 18 0 33 E1 13 29
Octal 124 136 174 40 30 0 63 341 23 51
Binary 1010100 1011110 1111100 100000 11000 0 110011 11100001 10011 101001

Color Harmonies of #545E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E7C

Black with #545E7C

Text Example


Text Example

White with #545E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,94,124); }

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

background-color css

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

 a { background-color: rgb(84,94,124); }

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

border-color css

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

 span { border-color: rgb(84,94,124); }

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