Html Css Color HEX #54637E Chambray

📋 copy color: '#54637E'

red 84 ◦ green 99 ◦ blue 126

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

Shades of Chambray #54637E

Tints of Chambray #54637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 27.18%
G = 32.04%
B = 40.78%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54637E (or 0x54637E) is known color: Chambray. HEX triplet: 54, 63 and 7E. RGB value is (84,99,126). Sum of RGB (Red+Green+Blue) = 84+99+126=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #54637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637E is #AB9C81. Grayscale: #616161. Windows color (decimal): -11246722 or 8282964. OLE color: 8282964.

HSL color Cylindrical-coordinate representation of color #54637E: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54637E is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 99 126 -
CMYK 0.33 0.21 0 0.51
HSL 218.57º 0.2% 0.41% -
HSV(B) 218.57º 0.33% 0.49% -
XYZ 11.88 12.31 21.49 -
YUV 97.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 84 99 126 0.33 0.21 0 0.51 218.57 0.2 0.41
Hex 54 63 7E 21 15 0 33 DB 14 29
Octal 124 143 176 41 25 0 63 333 24 51
Binary 1010100 1100011 1111110 100001 10101 0 110011 11011011 10100 101001

Color Harmonies of #54637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54637E

Black with #54637E

Text Example


Text Example

White with #54637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54637E; }

 p { color: rgb(84,99,126); }

 H1.HeaderClassName
 {
   color: #54637E;
 }
 .AnyTagClassName
 {
   color: #54637E;
 }
</style>

background-color css

<style>
 a { background-color: #54637E; }

 a { background-color: rgb(84,99,126); }

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

border-color css

<style>
 span { border-color: #54637E; }

 span { border-color: rgb(84,99,126); }

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