Html Css Color HEX #55617C Chambray

📋 copy color: '#55617C'

red 85 ◦ green 97 ◦ blue 124

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

Shades of Chambray #55617C

Tints of Chambray #55617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 27.78%
G = 31.7%
B = 40.52%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55617C (or 0x55617C) is known color: Chambray. HEX triplet: 55, 61 and 7C. RGB value is (85,97,124). Sum of RGB (Red+Green+Blue) = 85+97+124=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 97 (38.28% from 255 or 31.70% 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 #55617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55617C is #AA9E83. Grayscale: #606060. Windows color (decimal): -11181700 or 8151381. OLE color: 8151381.

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

Color convert

RGB 85 97 124 -
CMYK 0.31 0.22 0 0.51
HSL 221.54º 0.19% 0.41% -
HSV(B) 221.54º 0.31% 0.49% -
XYZ 11.66 11.94 20.76 -
YUV 96.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 85 97 124 0.31 0.22 0 0.51 221.54 0.19 0.41
Hex 55 61 7C 1F 16 0 33 DE 13 29
Octal 125 141 174 37 26 0 63 336 23 51
Binary 1010101 1100001 1111100 11111 10110 0 110011 11011110 10011 101001

Color Harmonies of #55617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55617C

Black with #55617C

Text Example


Text Example

White with #55617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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