Html Css Color HEX #55617E Chambray

📋 copy color: '#55617E'

red 85 ◦ green 97 ◦ blue 126

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

Shades of Chambray #55617E

Tints of Chambray #55617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 27.6%
G = 31.49%
B = 40.91%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55617E (or 0x55617E) is known color: Chambray. HEX triplet: 55, 61 and 7E. RGB value is (85,97,126). Sum of RGB (Red+Green+Blue) = 85+97+126=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #55617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55617E is #AA9E81. Grayscale: #606060. Windows color (decimal): -11181698 or 8282453. OLE color: 8282453.

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

Color convert

RGB 85 97 126 -
CMYK 0.33 0.23 0 0.51
HSL 222.44º 0.19% 0.41% -
HSV(B) 222.44º 0.33% 0.49% -
XYZ 11.79 11.99 21.43 -
YUV 96.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 85 97 126 0.33 0.23 0 0.51 222.44 0.19 0.41
Hex 55 61 7E 21 17 0 33 DE 13 29
Octal 125 141 176 41 27 0 63 336 23 51
Binary 1010101 1100001 1111110 100001 10111 0 110011 11011110 10011 101001

Color Harmonies of #55617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55617E

Black with #55617E

Text Example


Text Example

White with #55617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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