Html Css Color HEX #55627F Chambray

📋 copy color: '#55627F'

red 85 ◦ green 98 ◦ blue 127

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

Shades of Chambray #55627F

Tints of Chambray #55627F

RGB

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

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

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

R = 27.42%
G = 31.61%
B = 40.97%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55627F (or 0x55627F) is known color: Chambray. HEX triplet: 55, 62 and 7F. RGB value is (85,98,127). Sum of RGB (Red+Green+Blue) = 85+98+127=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #55627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627F is #AA9D80. Grayscale: #616161. Windows color (decimal): -11181441 or 8348245. OLE color: 8348245.

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

Color convert

RGB 85 98 127 -
CMYK 0.33 0.23 0 0.50
HSL 221.43º 0.2% 0.42% -
HSV(B) 221.43º 0.33% 0.5% -
XYZ 11.94 12.2 21.8 -
YUV 97.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 85 98 127 0.33 0.23 0 0.50 221.43 0.2 0.42
Hex 55 62 7F 21 17 0 32 DD 14 2A
Octal 125 142 177 41 27 0 62 335 24 52
Binary 1010101 1100010 1111111 100001 10111 0 110010 11011101 10100 101010

Color Harmonies of #55627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55627F

Black with #55627F

Text Example


Text Example

White with #55627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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