Html Css Color HEX #54627C Chambray

📋 copy color: '#54627C'

red 84 ◦ green 98 ◦ blue 124

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

Shades of Chambray #54627C

Tints of Chambray #54627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 27.45%
G = 32.03%
B = 40.52%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54627C (or 0x54627C) is known color: Chambray. HEX triplet: 54, 62 and 7C. RGB value is (84,98,124). Sum of RGB (Red+Green+Blue) = 84+98+124=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #54627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54627C is #AB9D83. Grayscale: #606060. Windows color (decimal): -11246980 or 8151636. OLE color: 8151636.

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

Color convert

RGB 84 98 124 -
CMYK 0.32 0.21 0 0.51
HSL 219º 0.19% 0.41% -
HSV(B) 219º 0.32% 0.49% -
XYZ 11.66 12.08 20.78 -
YUV 96.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 84 98 124 0.32 0.21 0 0.51 219 0.19 0.41
Hex 54 62 7C 20 15 0 33 DB 13 29
Octal 124 142 174 40 25 0 63 333 23 51
Binary 1010100 1100010 1111100 100000 10101 0 110011 11011011 10011 101001

Color Harmonies of #54627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54627C

Black with #54627C

Text Example


Text Example

White with #54627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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