Html Css Color HEX #54627F Chambray

📋 copy color: '#54627F'

red 84 ◦ green 98 ◦ blue 127

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

Shades of Chambray #54627F

Tints of Chambray #54627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 27.18%
G = 31.72%
B = 41.1%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54627F (or 0x54627F) is known color: Chambray. HEX triplet: 54, 62 and 7F. RGB value is (84,98,127). Sum of RGB (Red+Green+Blue) = 84+98+127=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #54627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54627F is #AB9D80. Grayscale: #606060. Windows color (decimal): -11246977 or 8348244. OLE color: 8348244.

HSL color Cylindrical-coordinate representation of color #54627F: hue angle of 220.47º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54627F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 98 127 -
CMYK 0.34 0.23 0 0.50
HSL 220.47º 0.2% 0.41% -
HSV(B) 220.47º 0.34% 0.5% -
XYZ 11.85 12.15 21.8 -
YUV 97.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 84 98 127 0.34 0.23 0 0.50 220.47 0.2 0.41
Hex 54 62 7F 22 17 0 32 DC 14 29
Octal 124 142 177 42 27 0 62 334 24 51
Binary 1010100 1100010 1111111 100010 10111 0 110010 11011100 10100 101001

Color Harmonies of #54627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54627F

Black with #54627F

Text Example


Text Example

White with #54627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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