Html Css Color HEX #55627A Chambray

📋 copy color: '#55627A'

red 85 ◦ green 98 ◦ blue 122

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

Shades of Chambray #55627A

Tints of Chambray #55627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40%

R = 27.87%
G = 32.13%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55627A (or 0x55627A) is known color: Chambray. HEX triplet: 55, 62 and 7A. RGB value is (85,98,122). Sum of RGB (Red+Green+Blue) = 85+98+122=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #55627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627A is #AA9D85. Grayscale: #606060. Windows color (decimal): -11181446 or 8020565. OLE color: 8020565.

HSL color Cylindrical-coordinate representation of color #55627A: hue angle of 218.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55627A is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 98 122 -
CMYK 0.30 0.20 0 0.52
HSL 218.92º 0.18% 0.41% -
HSV(B) 218.92º 0.3% 0.48% -
XYZ 11.63 12.07 20.13 -
YUV 96.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 85 98 122 0.30 0.20 0 0.52 218.92 0.18 0.41
Hex 55 62 7A 1E 14 0 34 DB 12 29
Octal 125 142 172 36 24 0 64 333 22 51
Binary 1010101 1100010 1111010 11110 10100 0 110100 11011011 10010 101001

Color Harmonies of #55627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55627A

Black with #55627A

Text Example


Text Example

White with #55627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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