Html Css Color HEX #54637C Chambray

📋 copy color: '#54637C'

red 84 ◦ green 99 ◦ blue 124

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

Shades of Chambray #54637C

Tints of Chambray #54637C

RGB

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

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

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

R = 27.36%
G = 32.25%
B = 40.39%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54637C (or 0x54637C) is known color: Chambray. HEX triplet: 54, 63 and 7C. RGB value is (84,99,124). Sum of RGB (Red+Green+Blue) = 84+99+124=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #54637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637C is #AB9C83. Grayscale: #616161. Windows color (decimal): -11246724 or 8151892. OLE color: 8151892.

HSL color Cylindrical-coordinate representation of color #54637C: hue angle of 217.5º 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 #54637C is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 99 124 -
CMYK 0.32 0.20 0 0.51
HSL 217.5º 0.19% 0.41% -
HSV(B) 217.5º 0.32% 0.49% -
XYZ 11.76 12.26 20.82 -
YUV 97.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 84 99 124 0.32 0.20 0 0.51 217.5 0.19 0.41
Hex 54 63 7C 20 14 0 33 DA 13 29
Octal 124 143 174 40 24 0 63 332 23 51
Binary 1010100 1100011 1111100 100000 10100 0 110011 11011010 10011 101001

Color Harmonies of #54637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54637C

Black with #54637C

Text Example


Text Example

White with #54637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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