Html Css Color HEX #555D7C Chambray

📋 copy color: '#555D7C'

red 85 ◦ green 93 ◦ blue 124

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

Shades of Chambray #555D7C

Tints of Chambray #555D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

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

R = 28.15%
G = 30.79%
B = 41.06%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#555D7C (or 0x555D7C) is known color: Chambray. HEX triplet: 55, 5D and 7C. RGB value is (85,93,124). Sum of RGB (Red+Green+Blue) = 85+93+124=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #555D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D7C is #AAA283. Grayscale: #5E5E5E. Windows color (decimal): -11182724 or 8150357. OLE color: 8150357.

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

Color convert

RGB 85 93 124 -
CMYK 0.31 0.25 0 0.51
HSL 227.69º 0.19% 0.41% -
HSV(B) 227.69º 0.31% 0.49% -
XYZ 11.3 11.22 20.64 -
YUV 94.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 85 93 124 0.31 0.25 0 0.51 227.69 0.19 0.41
Hex 55 5D 7C 1F 19 0 33 E4 13 29
Octal 125 135 174 37 31 0 63 344 23 51
Binary 1010101 1011101 1111100 11111 11001 0 110011 11100100 10011 101001

Color Harmonies of #555D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D7C

Black with #555D7C

Text Example


Text Example

White with #555D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555D7C; }

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

 H1.HeaderClassName
 {
   color: #555D7C;
 }
 .AnyTagClassName
 {
   color: #555D7C;
 }
</style>

background-color css

<style>
 a { background-color: #555D7C; }

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

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

border-color css

<style>
 span { border-color: #555D7C; }

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

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