Html Css Color HEX #55647C Chambray

📋 copy color: '#55647C'

red 85 ◦ green 100 ◦ blue 124

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

Shades of Chambray #55647C

Tints of Chambray #55647C

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

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

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

R = 27.51%
G = 32.36%
B = 40.13%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55647C (or 0x55647C) is known color: Chambray. HEX triplet: 55, 64 and 7C. RGB value is (85,100,124). Sum of RGB (Red+Green+Blue) = 85+100+124=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #55647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55647C is #AA9B83. Grayscale: #626262. Windows color (decimal): -11180932 or 8152149. OLE color: 8152149.

HSL color Cylindrical-coordinate representation of color #55647C: hue angle of 216.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55647C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 100 124 -
CMYK 0.31 0.19 0 0.51
HSL 216.92º 0.19% 0.41% -
HSV(B) 216.92º 0.31% 0.49% -
XYZ 11.94 12.5 20.85 -
YUV 98.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 85 100 124 0.31 0.19 0 0.51 216.92 0.19 0.41
Hex 55 64 7C 1F 13 0 33 D9 13 29
Octal 125 144 174 37 23 0 63 331 23 51
Binary 1010101 1100100 1111100 11111 10011 0 110011 11011001 10011 101001

Color Harmonies of #55647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55647C

Black with #55647C

Text Example


Text Example

White with #55647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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