Html Css Color HEX #54647C Chambray

📋 copy color: '#54647C'

red 84 ◦ green 100 ◦ blue 124

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

Shades of Chambray #54647C

Tints of Chambray #54647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 27.27%
G = 32.47%
B = 40.26%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54647C (or 0x54647C) is known color: Chambray. HEX triplet: 54, 64 and 7C. RGB value is (84,100,124). Sum of RGB (Red+Green+Blue) = 84+100+124=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #54647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647C is #AB9B83. Grayscale: #616161. Windows color (decimal): -11246468 or 8152148. OLE color: 8152148.

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

Color convert

RGB 84 100 124 -
CMYK 0.32 0.19 0 0.51
HSL 216º 0.19% 0.41% -
HSV(B) 216º 0.32% 0.49% -
XYZ 11.85 12.45 20.85 -
YUV 97.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 84 100 124 0.32 0.19 0 0.51 216 0.19 0.41
Hex 54 64 7C 20 13 0 33 D8 13 29
Octal 124 144 174 40 23 0 63 330 23 51
Binary 1010100 1100100 1111100 100000 10011 0 110011 11011000 10011 101001

Color Harmonies of #54647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54647C

Black with #54647C

Text Example


Text Example

White with #54647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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