Html Css Color HEX #55627D Chambray

📋 copy color: '#55627D'

red 85 ◦ green 98 ◦ blue 125

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

Shades of Chambray #55627D

Tints of Chambray #55627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 27.6%
G = 31.82%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55627D (or 0x55627D) is known color: Chambray. HEX triplet: 55, 62 and 7D. RGB value is (85,98,125). Sum of RGB (Red+Green+Blue) = 85+98+125=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #55627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627D is #AA9D82. Grayscale: #616161. Windows color (decimal): -11181443 or 8217173. OLE color: 8217173.

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

Color convert

RGB 85 98 125 -
CMYK 0.32 0.22 0 0.51
HSL 220.5º 0.19% 0.41% -
HSV(B) 220.5º 0.32% 0.49% -
XYZ 11.82 12.15 21.12 -
YUV 97.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 85 98 125 0.32 0.22 0 0.51 220.5 0.19 0.41
Hex 55 62 7D 20 16 0 33 DC 13 29
Octal 125 142 175 40 26 0 63 334 23 51
Binary 1010101 1100010 1111101 100000 10110 0 110011 11011100 10011 101001

Color Harmonies of #55627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55627D

Black with #55627D

Text Example


Text Example

White with #55627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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